G
Guest
When I use the form to add a record to the table the following statement works properly for the first record.. but on the next record it will pull up identical date as in the first. If you close the form and open it again it works fine
SELECT FULLPOWR.AGEN
FROM FULLPOW
WHERE (((FULLPOWR.POWER)=[forms]![Data Input Form - Estreat].[POWER]))
Any suggestions will be appreciated
Sam
SELECT FULLPOWR.AGEN
FROM FULLPOW
WHERE (((FULLPOWR.POWER)=[forms]![Data Input Form - Estreat].[POWER]))
Any suggestions will be appreciated
Sam