|
-
October 11th, 1999, 06:46 PM
#1
Help--Record Return
How can I return selected records from the database using a public variable?? Is it possible. I have tried Select * from tblA where tblA.Field Like '"& Public Variable &"'" -- returns an error. Any suggestions??
Thank You in advance
-
October 11th, 1999, 09:54 PM
#2
Re: Help--Record Return
Be more specific:
1) What error are you getting.
2) Provide a sample of the code that is causing the error.
Charlie Zimmerman
http://www.freevbcode.com
-
October 14th, 1999, 06:30 PM
#3
Re: Help--Record Return
Thanks for the reply the code was good i had extra quotes in the code it should have been ("SELECT * FROM Pet WHERE Customer_ID = " & Customer_ID).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|