I have a query
SELECT champ2 FROM Table2
WHERE champ1=' & [Forms]![form1]![champ1] & ';
sql doesn't understand this parameter
'& [Forms]![form1]![champ1] &'
is there another method ?
I have a form in an Access project connected to a sql server database
I have a form with two comboBox
the first list give me a result from a table
the second give a result whitch depend of the first result
if it's not clear I'll give you an example
Table1 : one column with these values : a,b,c...
I have connected a table in Access with another in SQL Server
i want to access the SQL table passing by the Access database using VB code
it is possible ?
how can I do ?
I want to migrate an access database to a sql server database
when I transfert values of an OLE object from an access base to the sql server base, the value <BINARY> is written in OLE object column
What does it mean ???
I need help, it's urgent please
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.