I've been using the subroutine for my database and now need to move it to a web database. I use the combo box for one selection, to fill in my other fields
Ive been using the
Me.TXTHULL_NO.Value = Me.CBO_CONT.Column(1)
line to input for my other fields.
How can I use something similar for a web database. (including macros)
I see that this line in my web database does not work for VB.
Anyone that may be able to help me in this matter? thanks
It works in my current db but we need it to work for a web db.
obviously no vb works in a web client form
anyone out there that may be able to help.
Ive been using the
Me.TXTHULL_NO.Value = Me.CBO_CONT.Column(1)
line to input for my other fields.
How can I use something similar for a web database. (including macros)
I see that this line in my web database does not work for VB.
Anyone that may be able to help me in this matter? thanks
It works in my current db but we need it to work for a web db.
obviously no vb works in a web client form
anyone out there that may be able to help.