Hi there,
I have a form, that was bound to a table residing locally whilst developing.
Now the active tables are in SQL server, and I have removed the table locally. The form has been set unbound, and instead I connect to SQL server with the forms open event (code below) using ADO and...
You could use EOF to check, but I think personally its easier to set the forms allowadditions property to false, and then just change it programmatically with a button if you need to add records. Seems the easiest method.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.