PDA

Click to See Complete Forum and Search --> : DBCOMBO ERROR


jalves
Mar 28th, 2000, 06:08 PM
I am trying to create a dbCombo with an ado connection
(using an Access table as source).
When the linked DataControl is filtered in RecordSource properties
for a SQL string, the dbcombo doesnt show the field previously
definited anymore.

There is probably something very basic I am doing wrong
(I am new to VB). Can anyone help?

Thanks.
josimar@rn.gov.br

way2kewl
Mar 28th, 2000, 11:49 PM
I am trying to create a dbCombo with an ado connection
(using an Access table as source).
When the linked DataControl is filtered in RecordSource properties
for a SQL string, the dbcombo doesnt show the field previously
definited anymore.

There is probably something very basic I am doing wrong
(I am new to VB). Can anyone help?

Thanks.
josimar@rn.gov.br



To help you I'd probably need to see your SQL query that you used for the RowSource property and the names of the tables you are working with and want to work with. You might also look to see how you've set your ListField, DataSource, DataField, and BoundColumn properties for the dbcombo control, maybe they are set wrong.

way2kewl