Query with Replication ID

skrbi

Registered User.
Local time
Yesterday, 19:45
Joined
Feb 1, 2011
Messages
22
Hi guys!

I have a table Customers with replication ID field (CustomerID). I created a form for entering new records.

When i try to run query based on tbl customers with crieria for CustomerID set to Forms!form!CustomerID there is null records in results.

What should I do?
 
Try in query-criteria;

[Forms]![FormName]![CustomerID]
 
I did that..
It seems that query does not recognize replicaton id for some reason..
 
Last edited:

Users who are viewing this thread

Back
Top Bottom