nelcarrasco
New member
- Local time
- Tomorrow, 00:19
- Joined
- Mar 11, 2010
- Messages
- 7
I am using MS ACCESS 2003
I have a form with 2 fields (Combos): TYPE and CONCEPT
There are only two choices in TYPE (1 and 2)
In CONCEPT, there are several choices, depending on the selection of the previous field (TYPE). When 1 is chosen in TYPE, only those records associated to that will show up in the CONCEPT combo, and the same when 2 is selected.
I am requerying CONCEPT after updating TYPE (the underlying rowsource for CONCEPT is set to display only those records associated with TYPE selected)
The problem is that when I select a different choice in TYPE (different to the previous record, let's say), CONCEPT field goes "BLANK" in the previous record with a different TYPE, though in the table they are all saved OK
My question ... is there any way to requery the CONCEPT field only for the current record, without affecting any other records
Thanks for you in advance your any advice or assistance
I have a form with 2 fields (Combos): TYPE and CONCEPT
There are only two choices in TYPE (1 and 2)
In CONCEPT, there are several choices, depending on the selection of the previous field (TYPE). When 1 is chosen in TYPE, only those records associated to that will show up in the CONCEPT combo, and the same when 2 is selected.
I am requerying CONCEPT after updating TYPE (the underlying rowsource for CONCEPT is set to display only those records associated with TYPE selected)
The problem is that when I select a different choice in TYPE (different to the previous record, let's say), CONCEPT field goes "BLANK" in the previous record with a different TYPE, though in the table they are all saved OK
My question ... is there any way to requery the CONCEPT field only for the current record, without affecting any other records
Thanks for you in advance your any advice or assistance