This Question may sound easy - and I'm sure the solution is but it seems that I'm just too stupit too get it. I have a frameset with 4 Frames. My problem is that I need to have a link or something that changes the content in two target frames. For example - I click on a picture in the navigation...
Hello,
I need to read the value of a particular field of a current record in form. I think the currentrecord method only gives out the number of the record, so that it will not possible to use this.
I need this to creat a directory with a certain name. For example: If I enter a new customer I...
Is there anything like an actionlistener or oncommand in VBA? My Problem is: every time a new datasheet in Access is created I want a subprocedure to run.
So from the principle the thing would work like this:
If (methodidontknow) Then GoTo Sub easyloop
Sub easyloop ()
MsgBox "New...
I want to creat a direcotory with the name of the content of a certain field of an access - database. The trouble I have is that the MkDir"" method of VBA wants a String as path. I tried to do it like
outputSQL = "SELECT name FROM table1 WHERE key = 1"
MkDir...
I have following problem:
I have an Access database and every time when I insert a new datasheet a folder should been created on the harddrive. For example: I insert a new customer or whatever into my database and simultaneous a new directory is created on my harddrive.
My problems are:
1...
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.