mtagliaferri
Registered User.
- Local time
- Today, 13:37
- Joined
- Jul 16, 2006
- Messages
- 550
I am trying to set up a rather simple Journal tracker based on a primary entry and secondary entries with updates, most of it works but I have some glitches:
The main form has mandatory fields such as description and status, if no text is entered and it will not save the record nor it will give a warning (unless your tab through all records in the form, all mandatory fields are to be filled to be saved.
If I delete a record the main form will display #Deleted rather than removing the record (If I refresh this will disappear), I have tried to place Me.Requery at the end of the code but it does not seem to be working.
When I add a record from frmMain it opens the frmJournalEntry but it won’t set JournalEntryDescription to focus (error on closing form), same for the sfrmJournalEntryTimeline.
The search box does not seem to be working it should only be looking in the field description and contact.
The main form has mandatory fields such as description and status, if no text is entered and it will not save the record nor it will give a warning (unless your tab through all records in the form, all mandatory fields are to be filled to be saved.
If I delete a record the main form will display #Deleted rather than removing the record (If I refresh this will disappear), I have tried to place Me.Requery at the end of the code but it does not seem to be working.
When I add a record from frmMain it opens the frmJournalEntry but it won’t set JournalEntryDescription to focus (error on closing form), same for the sfrmJournalEntryTimeline.
The search box does not seem to be working it should only be looking in the field description and contact.