lgeer
Capt_Tinker
- Local time
- Today, 01:45
- Joined
- Jan 3, 2003
- Messages
- 19
I have a field called [no_units] in my tap_audit_frm. I have a combo box just under it that sql-queries [total_cost] based on no_units*price.
Q) I'm trying to requery combobox after updating [no_units] user input (combobox idea is to have the [total_cost] hidden from general public until I need to see it - the combobox provides two things - generic security of that field and the requery) but I can't get it working.
I tried ... onchange [no_units] cbototal_cost.requery
Any help will do
I'm lost ...
Tinker

Q) I'm trying to requery combobox after updating [no_units] user input (combobox idea is to have the [total_cost] hidden from general public until I need to see it - the combobox provides two things - generic security of that field and the requery) but I can't get it working.
I tried ... onchange [no_units] cbototal_cost.requery
Any help will do

I'm lost ...
Tinker
