I have a Client form and table with name, address, etc. as well as the services that they are using. I would like to be able to look up a service from the service table and fill in the related fields. I tried the wizard, but it only allows you to store 1 value in the db. Also find a record based on my selction will not work because the services table is used only as a lookup table, but it contains four fields that I would like to store in the Client table. Also I do not want to make a relationship between the tables because some of the data may need to be edited.
Thanks in advance for the help!
Thanks in advance for the help!