Kristi,
If you wanted to get very technical, you could create the forms using code to determine howmany lines...
my method would be to add a line of code for EVERY parameter you have changed/set and every object you have created on the form, when creating the form, as there would be a...
One method that I have used to work with Serial Port devices, in the old days, is to write to the file called "COM1:" or whichever comm port you have used.
However, I haven't tried this in VBA yet.
Now I have:
private function opencom1() as Long
dim a%
a% = freefile
use open...
Umm, firstly, re-install the help files. As annoying as they are, you need them.
In your code example, where or what is "Table_name"
It should be a string, exactly representing a table name in the table list.
Deefa.
Hello All,
I have done a quick search on "setsourcedata", and found nothing, so I will post in the hope that an expert can assist.
breif history: Writing a little database (to report on call centre operator statistics) that imports some (nastily formatted) csv files, creates users +...
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.