Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query criter on the fly > Date 1

Status
Not open for further replies.

netrusher

Technical User
Joined
Feb 13, 2005
Messages
952
Location
US
When a query is ran I want some criteria to be entered on the fly.
Code:
[Enter Company:]
[Enter Date:]
When the enter date pop-up comes up I would like to search
on greater than date >. How do I do that? I think this
is probably something simple but I can't figure it out.
 
You can use >=

On the criteria line put:

>=[Enter Date:]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top