Good Morning,
I have a form with 1 textbox, (NOT UPDATABLE, the value is pulled in via a module is_modGetCurrentID()) 3 comboboxes and one list box, here is what I want to do.
I want to have the the values input from my table into the corresponding comboboxes for the existing records, here is the table set up:
So I have comboBox for field name, user name, date of update and then the list box for notes. I want the cboboxes to display the corresponding entry for the specific job and the list box to display the notes based on selections. I know how to bind a dataset in vb.net, but not in vba, no wizards
any help or website links would be great.
Thanks,
MsMope
I have a form with 1 textbox, (NOT UPDATABLE, the value is pulled in via a module is_modGetCurrentID()) 3 comboboxes and one list box, here is what I want to do.
I want to have the the values input from my table into the corresponding comboboxes for the existing records, here is the table set up:
Code:
ID OutlineID FieldName UserName DateOfUpdate NewValue Note
1 JOB53836 Date_Approved paulw 12/11/2003 12/12/2003
2 JOB53836 Date_Approved paulw 12/11/2003 none to day
3 JOB0pbook Date_Wanted paulw 12/11/2003
4 JOB0pbook Date_Required paulw 12/11/2003 12/23/2003
7 JOB0pbook Date_Wanted paulw 12/11/2003 12/18/2003 next
8 JOB0pbook Date_Wanted paulw 12/11/2003 12/17/2003 none
So I have comboBox for field name, user name, date of update and then the list box for notes. I want the cboboxes to display the corresponding entry for the specific job and the list box to display the notes based on selections. I know how to bind a dataset in vb.net, but not in vba, no wizards
Thanks,
MsMope