Hi everyone
I have a form which is bound to a table 'Client Details'.
I then have two fields on this form, which is a combo box of "client number", and a text box "client name" that populates when the combo box is updated.
I then have two subforms, which update fine when the combo box is updated.
My problem is this: when the form loads, the combo box loads up to empty field (which is OK). The problem is the text box loads up the first record in the table "Client details" and subsequently the two subforms are populated with the related records.
How can I get it so that when the form loads, it's all blank, so that the first record doesn't continually get accidentally changed/updated?
I have tried setting the default value to "", Null with no joy. Have tried searching these forums but it's very difficult to find a similar problem described.
Any help is much appreciated!! Thanks,
Brian
I have a form which is bound to a table 'Client Details'.
I then have two fields on this form, which is a combo box of "client number", and a text box "client name" that populates when the combo box is updated.
I then have two subforms, which update fine when the combo box is updated.
My problem is this: when the form loads, the combo box loads up to empty field (which is OK). The problem is the text box loads up the first record in the table "Client details" and subsequently the two subforms are populated with the related records.
How can I get it so that when the form loads, it's all blank, so that the first record doesn't continually get accidentally changed/updated?
I have tried setting the default value to "", Null with no joy. Have tried searching these forums but it's very difficult to find a similar problem described.
Any help is much appreciated!! Thanks,
Brian