|
|
|
|
Change control in dialog form
Utf
1
320Using Access 2003.
Using VBA to change the content of a text control on a dialog form. (The
form is opened from another form using doCmd.FormOpe...
|
|
|
|
|
|
Assistance with Output
Utf
0
261I fould the below code demonstaring how to output multivalue fields;
Sub BrowseMultiValueField()
Dim db As Database
Dim rs As Recordset
...
|
|
|
|
Set Variable to lookup field
Utf
2
374I need to set a string variable to a lookup field on a form.
I have two tables
"tblCase" with fields:
CaseID autonumber (key)
Case...
|
|
Conditional updating
samotek
2
283I have the following working updating function which is ok:
CurrentDb.Execute "UPDATE Products SET office = products.grossprice*0.72"
I want to ...
|
|
Conditional updating
samotek
0
242I have the following working updating function which is ok:
CurrentDb.Execute "UPDATE Products SET office = products.grossprice*0.72"
I want to ...
|
|
Sendkeys "{ESC}"
Utf
1
511Hi
untill now I used the Sendkeys "{ESC}"/Cancel in the event BeforeUpdate, but
occassionaly I had some problems. From now on I follow the instruct...
|
|
OLE, INK and Reports
Utf
0
276Hello everyone, here is my problem.
In my app I have 7 spots where a signature can be required. They are all
OLE controls that when they get the...
|
|
|
|
|
|
|