Hello,
I am modifying an inventory database and the first change I made was to split it. It was working fine before that but now there are some oddities that has me a little confused.
The major forms for this is an intake form to enter the inventory and a work sheet to identify the open items to be worked including the fields used to close the items.
After the split the intake form started changing a time field. To be clear on this; this is not a calculated field. The person entering the inventory manually enters the time in which the item was recieved. When the record is saved (or rather when the Add New Record button is pushed) the time field gets changed to something seemingly random.
Could this be some kind of conflict due to both forms being bound to the same table and being use simultaneously? These forms would never be used by the same user at the same time so that doesn't really make sense to me but I have no other theories. Also, why would this become an issue only after splitting the database?
Any insights on this would be appreciated.
Thanks