Form corruption

SGTE

New member
Local time
Today, 07:14
Joined
Oct 7, 2009
Messages
1
I have a Form which displays a listing of partnerships data. When I place a macro button on the form - taking the user to the underlying main record (the macro reads [PSHIPClientCode]=[Forms]![FrmPartnershipListing]![PSHIPClientCode] ) I then cannot save it any more. Then I have to exit the form without saving it. As I now cannot edit it (because it won't save!) I decided to delete it and use a copy of it. Now I get the message that I don't have permission to delete the form!. I have looked through the security options, everything is set to Admin.
Ok, then I created a new db and Got External data, all objects from the old db and imported to the new. The were 76 import errors. However ALL of the forms were imported - the 76 with errors can be edited but not saved. So do I delete the forms with errors then? I can re-build them over a time.
 
is the PSHIPClientCode unique? i have had issues editing/adding/deleting records when i made the query return "distinct" records that were not based on a unique identifier. this meant that some records were "grouped" on a non-unique value and that access had no idea which of the individual records i wanted to make changes to...
 

Users who are viewing this thread

Back
Top Bottom