D
DS
When UPDATING, INSERTING, SELECTING or DELETING in Access with SQL is it
better to reference a Listbox field by placing the Listbox value into an
Unbound Textbox or by refering to it by column....such as
Me.Listbox.Column(0) also is it OK to use Me. in an SQL statement. Just
wondering?
Thanks
DS
better to reference a Listbox field by placing the Listbox value into an
Unbound Textbox or by refering to it by column....such as
Me.Listbox.Column(0) also is it OK to use Me. in an SQL statement. Just
wondering?
Thanks
DS