Hey,
I have a form based on a dynamic parameter query. The problem is I am still getting those anoying parameter popups when I open the form.
The code im using in the query is like this,
LIKE '*' & Form!frmRealSearch![txtFindDivision] & '*'
If I click ok on the the parameter popup it works...
I am having problems evaluating a varible and field for input.
Seems simple in other languages like Java etc. I want to loop through a record set and assign the values to different fields. (i.e. ID1,ID2,ID3,ID4 etc) Code below
i=1
Do While Not rs.EOF
Eval ("Me.ID" & i & " =...
When tying to import my access file into outlook it prompts for Login Name and Password but will not accept them.
Says "Do not have permissions"
It works fine if I secure my database with just a single database password.
But we really need fully workgroup secured database.
I know the...
I would just like to create a recordset that I can search and manipulate data via SQL for a local Access Database. I have tried creating a recordset on the form load event.
I want the fields to then be loaded into the form text boxes.
I have look at FAQ, FORUMS etc but can only find DNS ADO...
I am trying to use a number of dropdown combo boxes for the user to use a selection filter. I have used the following code but it produces a run time error saying that the "Filterbyselection isn't available now". Anyone know where im going wrong?????????????
Private Sub...
Does anyone know how to get Access to automaticly do an email mail merge, or some way to send a generic email to everyone in an access database????? (using outlook preferably) not asking 4 much hey.
Cheers
Hi guys,
I was wondering if anyone knew how to use VBA code to link my access database table of [telephone calls to make] to outlook so that it automaticly create reminders (i.e. from the information in the table).
Any takers
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.