Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo text
Message
From
05/03/2002 10:48:59
Peter Walburn
Omega Data Services Ltd
Aberdeen, United Kingdom
 
 
To
05/03/2002 09:32:42
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00628376
Message ID:
00628444
Views:
15
>Hi,
>
>I am using following command to put data in record set but giving error at datacombo line any idea.?
>rs.Fields(0).Value = Text1
>rs.Fields(1).Value = Text8
>rs.Fields(2).Value = Text2
>rs.Fields(3).Value = Text3
>rs.Fields(4).Value = DataCombo1.Text
>TIA

What is the datatype of rs.Fields(4)? And what is the datatype of the DataCombo1.Text field? It may need converting to a number or having quotes (') around it.

Pete
Previous
Reply
Map
View

Click here to load this message in the networking platform