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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with access before i kill myself

Status
Not open for further replies.

joantbak

IS-IT--Management
Dec 21, 2004
1
0
0
GB
ok i just wish to create a simple query which will ask a user to select an item from a list and then enter a date to run a selection query.

The fields in use are called 'JOB NAME'(text) and 'JOB DATE'(dd/mm/yyyy)
JOB NAME should also only list distinct entries in a list box for the user to select.

I have created the date entry diologue box for JOB DATE easy enough.

Help files and manual says it can be done but don't show how, I am kinda new to access (having not used for around 10yrs, used SQL a little but that don't help as access does not use correct sql) and i'm ready to start breaking things.

please help someone...
 
The rowsource for your list box (not a combo box?) should be something like:

Select distinct [Job Name] from thetablenamehere
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top