Hi
I'm playing with passwording forms and although security is not a big issue I'm finding that I'm having to add a few more passworded forms. I though about usernames and passwords but it doesn't really fit into the big picture.
I've created a function (below) that I think will do everything...
Hi
Is it possible to change the format of a field via vba?
I'm adding a field to a remote backend db using the following;
<snip>
Function AddNewField()
Dim db As DAO.Database
Set db = OpenDatabase("D:\nbm\smdata\smdata.mdb")
db.Execute "ALTER TABLE jobs ADD...
I'm trying to use an seperate mdb file (like an update to run at the remote site), to create a new table in the backend db to the frontend db.
I've had a look at "TransferDatabase" but that seems to only be configurable to run in the frontend db only.
Creating the new backend table...
I have an main form with subform and I'd like to add a new record to the subform. That bit is not so bad.
I need to get info from another table to fill in on the new record when it's created.
So do I open two record sources with SQL get the values from one record then add the new record to...
Trying to take the data out a field from several records and create a string using VB. e.g.
Description (field)
--------------------
Lounge
Chair
Television
etc
I want to get this output as a string variable
Lounge, Chair, Television, etc
I've been trying to get the following working but I...
Long discription I know but...
I have a form that returns a list of records
via SQL in VBA. User can dbl-click to open
form with full details update, edit etc.
After details forms is closed, the list does a refresh
to show changes.
What I would like to do is set a bookmark and return
to...
I'm developing VB DLLs to be called by ASP pages on the web. However I find that after I run the ASP pages that calls the DLLs, the next time I try to "make" the DLL, VB gave me Permission Denied error. I was told using MTS will help.
But so far, I find that it only helps a bit...
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.