D
Dorian
What would cause the following:
I execute
DoCmd.ApplyFilter , "[TicketNo] = " & Me!GetTicket
and get an error:
Enter Parameter Value
TicketNo
Error looks like I'm executing a query and it is prompting for a parameter
Me!GetTicket should have a valid value in it
I appear to be positioned on the 'Autonum' row.
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".
I execute
DoCmd.ApplyFilter , "[TicketNo] = " & Me!GetTicket
and get an error:
Enter Parameter Value
TicketNo
Error looks like I'm executing a query and it is prompting for a parameter
Me!GetTicket should have a valid value in it
I appear to be positioned on the 'Autonum' row.
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".