pedie
Well-known Member
- Joined
- Apr 28, 2010
- Messages
- 3,875
Hi, how can i make the vba update x value where fields and records intersect to given x critiries in a table?
When i click button on the form i want following condition to run into table1 and update records
If field "Names" = form1.combobox1.value and
if field "Dates" = form1.combobox2.value?
update form1.textbox1.value where names and dates value intersect.
Thanks for helping
Pedie
When i click button on the form i want following condition to run into table1 and update records
If field "Names" = form1.combobox1.value and
if field "Dates" = form1.combobox2.value?
update form1.textbox1.value where names and dates value intersect.
Thanks for helping
Pedie