I've sql database and a access front end.
In a form i'm trying to copy data from 3 distinct recordsets to a commonbox.
I'm using this code to copy the data from one recordset to the common box :
Set iconn = New ADODB.Connection
iconn.ConnectionString = string1
iconn.Open
Set rs = New...
Hello
I'm working on an application that has a form that is inside a tab control which is in turn inside another form with a tab control.
The forms and tab control i use:
Form:trab
tab control:FRC
Form:FRCdisp
tab control:Registo
Form:Registo
subform:Predrust
I'm trying to copy data to a...
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.