Dear DR
To the best of my knowledge, runtime binding of data is not possible in DAO. You better use ADO data control for that purpose.
Regards.
Irfan Ahmed.
Hi!
Have you tried something like this: ?
dim mySql as string
mySql = "select myFeild1 from myTable where state = '" & txtState & "'"
...
Please tell me if its not what you wanted.
Irfan Ahmed.
Hello Kate
If I understood correctly, there should be no problem placing OLE feild in Access 2K to hold a .gif and displaying the same in OLE control on VB form using DataSource and DateFeild properties. At least I have done it with VB 6.
Anyhow, there could be a contingency plan for your...
Dear Catrina
You can do it in one of two ways:
1. Use COUNTER as the data type OR
2. Use AUTOINCREMENT(seed, increment) as data type where you have more liberty. I hope this helps.
Regards
Irfan Ahmed.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.