Hi there,
Have an issue with my Database.
I have:
TblOrderDetails and FmOrderDetails
TblCircuit and FmCircuit
Whenever I add data into the Form, it will update the table as expected. However when I add data into the Table the Form doesn''t display any of the data.
I need to import several hundred records from Excel into the Table as I''m moving systems, but for some reason it''s not showing up.
I''ve tried importing into the Table, as well as tried manually entering data, but nothing seems to work.
These are the only 2 tables/forms with foreign keys and joins in them...could this be the issue? Every other Table/Form in my Database works fine.
Think you can help? =)