O.K. Here is my scenario, I am creating an order form for my business, and I want a locked field that will be called order #. I want this field to display the primary key from my sales table, so that for every new sale I will have a new order number(for record identification).
My prblem is that on this form I already have the record source set as my "consumer information" table. Therefore I cannot view the records from 2 different tables on the same form. is there a way around this?