G
Guest
I am trying to figure out a problem with a form. I have a form with a button that runs a string of queries (mostly append queries) using a macro. These queries all have criteria set on four fields (listed below).
Feild name data type Criteri
confirmed yes/no Ye
Conrimed By Text Is Not Nul
Order # Number Is Not Nul
Amount billed Number Is Not Nul
When I enter the information in these four fields on the form then click the button to run the macro, none of the append queries will run. The marning message comes up with with 0 records being appended. If I view another record and return and click the button all the records append properly. I am assuming this has something to do with the table not being updated with the required data. I have tried using both "Dynaset" and "Dynaset (inconsistant update)" record types same result
Any help would be greatly appreciated
BDP
Feild name data type Criteri
confirmed yes/no Ye
Conrimed By Text Is Not Nul
Order # Number Is Not Nul
Amount billed Number Is Not Nul
When I enter the information in these four fields on the form then click the button to run the macro, none of the append queries will run. The marning message comes up with with 0 records being appended. If I view another record and return and click the button all the records append properly. I am assuming this has something to do with the table not being updated with the required data. I have tried using both "Dynaset" and "Dynaset (inconsistant update)" record types same result
Any help would be greatly appreciated
BDP