Rx_
Nothing In Moderation
- Local time
- Today, 07:08
- Joined
- Oct 22, 2009
- Messages
- 2,803
Would a custom VBA function on a Recordset be best or is there another approach such as a SQL Statement?
See Attachment:
The user chooses a customer Order in listbox1 and 2nd Customer in Listbox2
The Order1 is compared with similar Category and Inspector for the records of Custtomer in Listbox2 (Target)
The question of:
Does the Target match the primary? If so, nothing need to be done.
If the Target is "close" but missing data in a field or two, then update the target with the same data in those missing fields.
My feeling is that a custom function that has a loop to review the Columns will be necessary.
However, if some one has a better suggestion, for example a SQL Statement, it would be great to learn something new.
See Attachment:
The user chooses a customer Order in listbox1 and 2nd Customer in Listbox2
The Order1 is compared with similar Category and Inspector for the records of Custtomer in Listbox2 (Target)
The question of:
Does the Target match the primary? If so, nothing need to be done.
If the Target is "close" but missing data in a field or two, then update the target with the same data in those missing fields.
My feeling is that a custom function that has a loop to review the Columns will be necessary.
However, if some one has a better suggestion, for example a SQL Statement, it would be great to learn something new.