![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I have a combobox with a rowsource of two fields. [name] and [id] even though the combobox only shows the name, when i pull down the name i grab the id that it belongs to like this: 'AFTERUPDATE: ID = me.combobox.recordset.fields.item["id"] now if i REQUERY this combobox either by selecting it and clicking 'f9' or by running the code me.combobox.requery, i some how loose the recordset. the next time i choose a name and trigger the "AFTERUPDATE" event i get the following error: "the value you entered isn't valid for this field." Is there any method of preventing this error after REQUERYING a combobox with a recordset. |
#3
| |||
| |||
|
#4
| |||
| |||
|
#5
| |||
| |||
|
|
The column method is good, but how can i use it without having to show all of the columns, having like 5 columns be record. thanks |
![]() |
| Thread Tools | |
| Display Modes | |
| |