Problem with form

  • Thread starter Panagiotis Marantos
  • Start date
P

Panagiotis Marantos

I have a form that is showing some details.

i have two different command buttons that open two different forms which
both forms have the same link between them and the original form.

however if there is no record with that ID, on the first form you can enter
a new record and it will put the id in the record

on the second it does not do that...

any reason why????
 
N

NetworkTrade

it is difficult to understand your need.

one form allows new record entry

second form does not

is this a correct analysis of the issue?

not sure if this is correct - but if so, in the second form - look at it's
Properties and double check that 'Allow Edits' and 'Allow Additions' is yes
 
P

Panagiotis Marantos

thanks for your reply

but i sorted it out.

both forms that opened from the main form had the same problem after all
which i solved with a bit of code at the after update command
 
Top