ccameron2013 Posted January 8, 2013 Posted January 8, 2013 I am having trouble making two fields talk to one another. I am using the invoices sample form. When I press on the Item list, a drop down appears of all my products. When one is selected the Part Number field populates according to the product selected. My issue when I select the Part Number field and try to enter entry here it doesn't correlate to item field.
ccameron2013 Posted January 8, 2013 Author Posted January 8, 2013 Thank you I will do that in the future. I can include screenshots if this will help in the resolution, just not sure what anyone needs to troubleshoot.
ccameron2013 Posted January 10, 2013 Author Posted January 10, 2013 Can anyone instruct me on how to make different fields pull up a full record on the same table, for Example I have a table that list Name, Barcode, Computer Name. I would like the record to fully populate once I enter data into any single field, regardless if I enter in the Name, Barcode or Computer Name.
Lee Smith Posted January 10, 2013 Posted January 10, 2013 I'm not sure I understand your problem, but if you are using the Example Invoice file that came with your application, then you should read this article and watch the video by Todd Geist located here Inventory Transaction
ccameron2013 Posted January 14, 2013 Author Posted January 14, 2013 Thank you for the link. I don't believe this is what I am looking for unfortunately. I should be able to enter "Name", "Part Number" or "Barcode" and get the record that it correlates to. Right now I am only able to get a record to load if I enter Name. The correct Barcode and part number appear once the name is entered. I want to be able to enter in any of the fields and have the record fully load and not just limited to "Name" Hope the deeper explanation helps.
comment Posted January 14, 2013 Posted January 14, 2013 I want to be able to enter in any of the fields and have the record fully load You want an OR relationship (I think). Try defining a calculation field (result is Text) = List ( "Name: " & Name ; "Part Number: " & Part Number ; "Barcode: "& Barcode ) Define a similar calculation field in the other table and use these two fields as the matchfields for the relationship.
ccameron2013 Posted January 15, 2013 Author Posted January 15, 2013 Ok, I went ahead and made the fields as described above. Getting closer. Now I can enter the Part Number and the Barcode appears but not the Name on the same line. Any ideas?
ccameron2013 Posted January 18, 2013 Author Posted January 18, 2013 The example above is almost what I am looking for. I have attached a stripped version of my database. I have created the "test field in both Products and Invoice Data. Made the relationship between the tables, but still I am doing something wrong. Thought it would be easier if I included file so everything can be seen.
ccameron2013 Posted January 18, 2013 Author Posted January 18, 2013 Ok, I am getting an error, that I can't attach this type of file. SO I have uploaded to mediafire. http://www.mediafire.com/?u9srhuuu7a5dczp
Recommended Posts
This topic is 4387 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