I have two forms one which details orders made (Primary key is the Order Number). On this form I have many attributes which include company ordering from etc.<br><br>My second form I have invoices passed for payment, and therefore have the original order number as a primary key.<br><br>I have a combobox to pick which Order Number I am inputing invoice details for, however I want some of the Order Form<br>details (like the company ordered from) to automatically show when I pick a paticular Order. <br><br>I have set the relationship between the two forms, however I can seem to get the information appearing.<br><br>Please help