-
2004-11-09 14:31
Re: Determine a Label (2000)
If the entry form has a sub form, would I put that in the beforeinsert on the sub form or the actual form. The entry happens in the sub form.
-
-
2004-11-09 14:39
Re: Determine a Label (2000)
In that case, put it in the Before Insert event of the subform.
-
-
2004-11-09 14:46
Re: Determine a Label (2000)
I got that to work. I am have some problems creating the query. Where exactly would I put the Select statement when I create the query?
-
-
2004-11-09 14:58
Re: Determine a Label (2000)
What I posted was the SQL for a query that can be used to display only records entered by the user selected in frmLogin. To obtain the equivalent in query design view:
Create a query in design view based on your entry table.
Add the fields you need, including the Emp# field.
Enter the following in the Criteria row in the Emp# column:
[Forms]![frmLogin]![cmbEmpName]
Close and save the query.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules