Newbies Leta Posted April 16, 2008 Newbies Posted April 16, 2008 (edited) I need to know how and where to input information in a file that will be "connected" to another file so that when I type an item number, then the description, cost, and quantity in stock will appear. Edited April 16, 2008 by Guest
Don_Macaroni Posted April 17, 2008 Posted April 17, 2008 (edited) You have to make corresponding fields in 2 tables... For example: Table Invoice has: invoice_id, [color:red]customer_id, date, etc. Table Customers has: [color:red]customer_id, name, address, etc. You then have to make a 'Relationship' between Table Invoice and Table Customer with [color:red]customer_id. sample.fp7.zip Edited April 17, 2008 by Guest Added a sample...
Recommended Posts
This topic is 6069 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now