rhyds Posted October 3, 2008 Posted October 3, 2008 I'm having trouble working out in my head how to do this. Basically I have an order/invoice table where an ItemID from an items table is selected from a lookup, what I want to happen is that the item description and price fields are populated from the same items table so I can calculate totals etc. Any Ideas?
rhyds Posted October 3, 2008 Author Posted October 3, 2008 Fixed it now, apparently you can use [comboboxname].[columns](2) (where 2 is the zero-indexed number of the column that has the data you want in it) to pull data out of a lookup field's combo box.
Recommended Posts
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