[listbox].[column]()

M

Miranda

hi,
i tried to use this fuction [listbox].[column](1) in a runSQL action in a
macro. However, i get an error saying that the function is undefined. should
this work?

thanks,
miranda
 
S

Scott McDaniel

You would probably have to do Forms!YourForm.YourListbox.Column(1) ... I
don't use macros, but this is standard syntax
 
M

Miranda

yeah, i've tried this. doesn't seem to work either


Scott McDaniel said:
You would probably have to do Forms!YourForm.YourListbox.Column(1) ... I
don't use macros, but this is standard syntax

--
Scott McDaniel
CS Computer Software
Visual Basic - Access - Sql Server - ASP
Miranda said:
hi,
i tried to use this fuction [listbox].[column](1) in a runSQL action in a
macro. However, i get an error saying that the function is undefined. should
this work?

thanks,
miranda
 
M

Miranda

yeah, i've tried this. doesn't seem to work either


Scott McDaniel said:
You would probably have to do Forms!YourForm.YourListbox.Column(1) ... I
don't use macros, but this is standard syntax

--
Scott McDaniel
CS Computer Software
Visual Basic - Access - Sql Server - ASP
Miranda said:
hi,
i tried to use this fuction [listbox].[column](1) in a runSQL action in a
macro. However, i get an error saying that the function is undefined. should
this work?

thanks,
miranda
 
K

Ken Snell

Miranda - see my reply in our original thread.

--
Ken Snell
<MS ACCESS MVP>

Miranda said:
yeah, i've tried this. doesn't seem to work either


Scott McDaniel said:
You would probably have to do Forms!YourForm.YourListbox.Column(1) ... I
don't use macros, but this is standard syntax

--
Scott McDaniel
CS Computer Software
Visual Basic - Access - Sql Server - ASP
Miranda said:
hi,
i tried to use this fuction [listbox].[column](1) in a runSQL action
in
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top