The description you provided is not really clear but if you are trying to
open a form with a specific employee id, and you know these in advance,
and
with a specific date that you know is connected to that record.
You can build a query using the fields you need from whatever table(s)
contain the data. Then in the criteria field of the employee id, type:
[Enter Employee ID]
or if you want it to be less rigid:
Like "*" & [Enter Any Part of Address] & "*" (This uses wildcards and may
bring up more than one record for the date you select).
For the date, in the criteria field of the Date, type: [Enter a Date in
mm/dd/yyyy]
or for a less rigid approach, use: Between [Enter Starting Date in
mm/dd/yy Format] And [Enter Ending Date in mm/dd/yy Format] (Again,
this
may puoll up multiple records when combined with the employee id).
HTH,
Al
Randy said:
Access 2000. I have an employee db. I need a way to perform a search of
the employee id # and a specific date and have that date show up on my
form
for editing. Thanks...Randy