Microsoft
Software
Hardware
Network
Question : I added a record and cannot see it in the form
Program created in 2007 and run in 2007.
I clicked on add record and after entering the information I click on save record. then I look up other records and then try to find the "axaxax" in the last name record and cannot see it in the form.
What am I doing wrong?
DB is attached
Answer : I added a record and cannot see it in the form
There must be some corruption in the autonumber register.
Create a copy of the members table (copy and paste).
Rename the current table to xxxmembers.
Rename the copy to Members.
Try the form again.
Random Solutions
Importing/Linking Data from URL
How do you Erase or Clear all fields within the word document?
Understanding datasheet view
Want to update a field with values from another field within the same table if it meets a condition
appending MDB files to a single MDB
Fox Pro 9 Compiled applications
Create report out of crosstab where column name changes
How to explore disk raiding status in Win2k3Server
Inserting XML data int an nText field in SQL 2005
Access SQL Join Statement in VBA - Help