Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
MS Access lookup question
Name: qweasdzxc Date: June 22, 2005 at 05:57:37 Pacific OS: win98se CPU/Ram: 128
Comment:
Here is what I want to do. I will have 2 tables 1 customer details 2 orders
Customer table: ############### CustomerID First Name Last Name Address TEL FAX
Order: ###### OrderID Product Price First name Last Name
What I want to have the First Name field in the Order table to be a lookup. This works OK. The problem is i can’t get it to add the customer’s Last name to the order table.
Name: mdow Date: June 22, 2005 at 11:00:16 Pacific
Reply:
I would seriously advice against this. One problem with adding customer name to the orders table is that if you update the information in the customer table, you would also have to update the same changes to each instance in the order table. A better option would be to add the customerid field to the orders table.
If you insist on doing this, you would use the After Update event for one of the name controls (on your form) to update the other. Use the dlookup function to look up the name.
Summary: Hi, I am working with a MS access data base. I have used Database splitter to separate tables and other objects so that it can allow concurrent connections to the database. In the sense it can be shar...
Summary: I am proficient in most software but have very limited experience with Access. My question is this. Say I have a table for several months containing data in the following format: Jim RRR 2000 A B...
Summary: Steve, I am not aware that you need to convert ACCess to asp. compatible. First, I believe you can complete develop your site in asp (vb, c#, or whatever) and then simply use the connectors and setup...