Here you go
Here you go
The table links appear to have a good path using UNC. Your server name is dbfs1?
The Menu form is set to open by default.
I reset table links for my computer and reopen database. Menu form opens. Why is Menu form bound to table?
Suggest not saving FacilityName in IncidentLog and instead save the FacilityNumber then set FacilityNumber in Facilities table as primary key and Indexed Yes (No duplicates). If you stay with saving FacilityName then it should be set as primary key and Indexed Yes (No duplicates).
FacilityNumber is a text field mixing alpha and numbers as identifiers. Many developers would advise not to use a text field as primary key and advocate using an autonumber field in Facilities as primary key and saving that as foreign key in IncidentLog.
Not seeing the issues you describe.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
Thanks, I think it may be a permissions issue from our network. I really appreciate all the quick responses