I was wondering if someone could give me some advise on what I’m doing wrong.
I have 3 tables
Client
Type: AutoNbr Txt
Fields: ClientID, Name
ClientVisit
Type: AutoNbr Nbr Nbr
Fields: ClientVisitID, ClientID, VisitNbr
ClientImg
Type: AutoNbr Nbr OLE
Fields ClientImgID, ClientVisitID, Image
I have 3 forms
Client
ClientVisit
ClientImg
Client is the main form and has ClientVisit as the subform. They are keyed on ClientID
Inside ClientVisit I have a button that I want to open FormClientImg taking the ClientVisitID and populating it for the ClientImg table.
I have attached a sample db for reference
I can send a sample db if anyone needs or ping me back for any other questions.
Thanks in advance.
Joe