alfranco17
Board Regular
- Joined
- Apr 14, 2013
- Messages
- 198
I'm posting this on January 1st, so... Happy New Year! 
I have a problem that must have an easy solution, but I'm stuck.
I am trying to create an order entry system.
I have an item table, a family table and an order detail table (I also have the order header, but I don't think it is part of the solution).
I need to use a datasheet view to enter items into the order detail. I created a form, and added a Combo Box to select the family, and then show only the items that belong to that family.
My problem is this: family shows up blank. When I select a family, it gets assigned to the whole datasheet column.
What I am trying to do is to show this in family:
And then it should let me select the family when appending records.
I tried using the "On current" event, but it always displays the same record on the whole column.
Any help will be appreciated.
Thanks.
I have a problem that must have an easy solution, but I'm stuck.
I am trying to create an order entry system.
I have an item table, a family table and an order detail table (I also have the order header, but I don't think it is part of the solution).
I need to use a datasheet view to enter items into the order detail. I created a form, and added a Combo Box to select the family, and then show only the items that belong to that family.
My problem is this: family shows up blank. When I select a family, it gets assigned to the whole datasheet column.


What I am trying to do is to show this in family:
- consonant
- number
- vowel
And then it should let me select the family when appending records.
I tried using the "On current" event, but it always displays the same record on the whole column.
Any help will be appreciated.
Thanks.