Help I am new and struggling. I have a form with subforms and with all your help and reading here I got them linked to auto fill the client id’s from one form/ table to the other.
Now I am trying to insert a button which will pull up another form, which works fine but I cannot get it to fill in that client id the same way.
My main form is called client details based on a table of the same name, the primary key and id is client Idmstr. The pop up form would be Bank Details again based on a table of the same name, the id field is client id.
I do have the tables linked with a relationship of 1 to many. How can I get it to auto fill that client id into that form. This will be used for data entry if that matters
Now I am trying to insert a button which will pull up another form, which works fine but I cannot get it to fill in that client id the same way.
My main form is called client details based on a table of the same name, the primary key and id is client Idmstr. The pop up form would be Bank Details again based on a table of the same name, the id field is client id.
I do have the tables linked with a relationship of 1 to many. How can I get it to auto fill that client id into that form. This will be used for data entry if that matters