Im new to access and this is my first database.
I have created a navigation pane with each tab linked to a query to show records selected from a list box. Also on each tab is a button for Add New and a button for Edits.
Both the Add New and Edits are linked to forms for the original table being edited/added to. There are also Save and Close or Save and New buttons on each Edit/Add Page.
The problem I am having is that when I try to add a new record ( havent tried edits yet) the following issues occur:
1. the new first name being entered takes over a record that already exists.
For example, I am entering data on Carrie Smith (phone, email, etc.) When I look for the new entry in the Employee table, it shows up as FirstName - Samuel LastName- Fry FullName - Ben Franklin and the detail information is about Carrie Smith.
** FullName is the main connection, but EmployeeID is the look up for FullName in all other tables except Employees. (inner joins were used in the forms based on queries (the view only forms), i know this is a no-no but it had been working until the edits)**
2. Another name shift also occurs. Using the above example, if I then remove the error record and recheck my table I now have two records for a completely different person.
Example, Mary Jones - details
Mary Jones - details from above example
Then, in the employee list box, only one mary jones is displayed.
This may occur in table that is not the one being edited (not Employee table)
Im at a total loss other than Ive set up the forms incorrectly.
Thank you in advance!