P
Pamela
On frmInspLoc, I have cboInspLoc with a limited selection. I also have a
field for LocAddress...I need to ability to have this field, LocAddress,
allow manual input for certain of the cboInspLoc selections or retrieve the
necessary info from related tblRepairer. For instance, if the selection
"Workplace" is selected in the cbo, the user tabs and enters the info for
said workplace into the LocAddress field and it works well - prints out on
the report correctly. However, if "Repairer" is selected from the cbo, it is
coded to open a pop up form for the user to then select the appropriate
Repairer from tblRepairer and I need the corresponding info in tblRepairer,
field RepairerAddress, to carry through to the LocAddress field. This is
the part that isn't working now. If someone has any suggestions or even
another way to accomplish this, I would really appreciate it!
field for LocAddress...I need to ability to have this field, LocAddress,
allow manual input for certain of the cboInspLoc selections or retrieve the
necessary info from related tblRepairer. For instance, if the selection
"Workplace" is selected in the cbo, the user tabs and enters the info for
said workplace into the LocAddress field and it works well - prints out on
the report correctly. However, if "Repairer" is selected from the cbo, it is
coded to open a pop up form for the user to then select the appropriate
Repairer from tblRepairer and I need the corresponding info in tblRepairer,
field RepairerAddress, to carry through to the LocAddress field. This is
the part that isn't working now. If someone has any suggestions or even
another way to accomplish this, I would really appreciate it!