human_anomaly
Registered User.
- Local time
- Today, 00:47
- Joined
- Apr 12, 2004
- Messages
- 69
I am having a problem with my forms. They are being used for data entry they have allow edits, allow additions, and data entry all turned on with a recordset type of updateable snapshot. When I try to add an item I getting some error messages. I can't figure out what is causing them, they seem to just pop up randomly. The error messages are "You can't use the GoToRecord Action or method on an object in design view" the second error message is "The command or action 'SaveRecord' isn't available now" The two error messages are never displayed together, it is either one or the other never both. By far the most common one I am seing is the 'SaveRecord' error. I don't know if this matters but the database is a subscriber to an SQL Server, the only reason I think this may have somthing to do with it is because when I put the error message in Access Help it returned about 4 results one of which was how to use access with sql server but i never found anything connected to the error in the help it gave me. If you would like me to post some of my vba code let me know but I can't find anything in it that is setting it off, i have tried different ways of saving the records, I have even created a save button and add new record button using the wizards and I still seem to get the errors. Anyone have any ideas?