jd_boss_hogg
Registered User.
- Local time
- Today, 13:46
- Joined
- Aug 5, 2009
- Messages
- 88
Hi All - hoping somebody can help... i know very little about access, its only one of the many hats i have to wear. I need to perform a function and don't know where to start really. Id prefer it to be in a query or macro rather then VBA (because i understand it better).
I have a form, which displays a load of fields. Some of them are active, most of them are look-ups. When one of the values of the active fields is changed, i want to run a macro that changes the value of a lookup field.
So, when [schedule] on this form is changed, search for the record where [job#] [this form] = [job#][fulltable] and then run a macro that updates a field called "due-date" in that record.
I think I'm all lacking is how to put a "where" clause (where customer this form = customer in table) in the macro ?
Sorry, i don't know how to put it better than that, i don't have the word skills to describe stuff in Access.
I have a form, which displays a load of fields. Some of them are active, most of them are look-ups. When one of the values of the active fields is changed, i want to run a macro that changes the value of a lookup field.
So, when [schedule] on this form is changed, search for the record where [job#] [this form] = [job#][fulltable] and then run a macro that updates a field called "due-date" in that record.
I think I'm all lacking is how to put a "where" clause (where customer this form = customer in table) in the macro ?
Sorry, i don't know how to put it better than that, i don't have the word skills to describe stuff in Access.