A
Allen_N
I'm using a single-row table to store execution parameters for code in an
Access Project. However, I can't actually update the fields in the table
this way; changing the bound text boxes in the form causes a new record to be
added to the table, instead of updating the existing one.
I thought I could get the behaviour I want by setting the 'Data' properties
of the form, namely:
'Allow Additions' = False
'Allow Edits' = True
'Data Entry' = True.
However, the 1st setting causes the form to go blank, and then no changes
can be made (directly or in code) to any controls. Access Help on this topic
is incredibly brief and uninformative, so I wouldn't be surprised to learn
that I completely misunderstand what they are for.
Could anyone advise me?
Thanks!
Access Project. However, I can't actually update the fields in the table
this way; changing the bound text boxes in the form causes a new record to be
added to the table, instead of updating the existing one.
I thought I could get the behaviour I want by setting the 'Data' properties
of the form, namely:
'Allow Additions' = False
'Allow Edits' = True
'Data Entry' = True.
However, the 1st setting causes the form to go blank, and then no changes
can be made (directly or in code) to any controls. Access Help on this topic
is incredibly brief and uninformative, so I wouldn't be surprised to learn
that I completely misunderstand what they are for.
Could anyone advise me?
Thanks!