J
Jesse via AccessMonster.com
I have a form with several related subforms. The ID that links then is
called AuditID and it is created from FORMAT(Now(), "yymmddhhnnss"). My
problem is when I create a new record on the main form it creates one record
on the subform and another when I save it. Why is this? the auditID format
is being assigned at before insert time.
Please help.
because basically for every one record i create in the main I am getting 2 in
the subform only one of which links.
called AuditID and it is created from FORMAT(Now(), "yymmddhhnnss"). My
problem is when I create a new record on the main form it creates one record
on the subform and another when I save it. Why is this? the auditID format
is being assigned at before insert time.
Please help.
because basically for every one record i create in the main I am getting 2 in
the subform only one of which links.