Pass Query Parameter value to form
Fri, 5 Sep 2008 12:32:08 -0700
Hi,
This may be a pretty basic questions, already answered here, but was not
able to find it so...
What I am trying to do is create a form that will take a walk-in client's
first name and phone number, and find if the client is already registered or
is a new client and needs to get registered.
What I have d ...
|
Sub form add record question
Fri, 5 Sep 2008 12:29:02 -0700
I have a notes subform that lists all the notes that are associated with the
main form. I have a text box (txtAddNotes) that I would like to use to add
notes into the subform.
There is a date field and a notes fields in the sub form and I would like to
set the command button to add the current date and the ...
|
remove item from current item in list box
Fri, 5 Sep 2008 10:58:49 -0700 (PDT)
I would like to remove item from list box.
The index is required RemoveItem method.
Are there any way to use current one?
The mouse point one.
I tried to write a right click remove function for user to remove
current mouse point item in list box.
Your help is great appreciated, ...
|
strsql
Fri, 05 Sep 2008 17:54:44 GMT
I am trying to set-up a command button on a form to take data in two unbound
textboxes and store them into a table. The following is my code from the
click event. I must have a syntax error or ?
Dim strSQL As String
strSQL = "INSERT INTO Program1 (opcode,sp) " & "VALUES (" & me.cboOpcode1
& ", " me.TxtSp1 ...
|
Auto fill combobox on a form
Fri, 5 Sep 2008 10:48:10 -0700
Hello,
I created a touch screen application using MS Access 2000. I have a form
that has a bunch of buttons that look like a keyboard layout. I also have 3
combo boxes. When a user clicks on of the "keyboard buttons" the character
is put into the last screen.activivecontrol that is a combobox. This work ...
|
Cascading form box with multi-select and multiple column popup fai
Fri, 5 Sep 2008 10:06:08 -0700
Hi, I've looked at all of the other combo box posts but none of the solutions
work for my set up. Please help. I want cascading form boxes that when an
item within is selected a list of values to help the user choose the correct
item is provided, then, when the correct item(s) are selected (set up for
mult ...
|
upper case
Fri, 5 Sep 2008 10:03:02 -0700
Hi All,
I wrote a query and am using that to populate a report. The user is prompt
to enter three different criteria. One of the criteria is asking the user to
enter in the Revision code for the part number. The revision code should
always be in uppercase. So when the user enter the code in lower case, it ...
|
|
|
input message box to be check box
Fri, 5 Sep 2008 09:57:01 -0700
Hi Everyone,
I have been dealing with input box to be a text box. So the user type in
whatever need to. I have an input box that appears as [trained?
(Y/N/Both)].... but i am wondering if an input message box can appear with
the same message but each of the option has a check box next to it allowing
the ...
|
Retrieve data from other table
Fri, 5 Sep 2008 09:51:01 -0700
When I input data in a form, say staff code. I want to retrieve the staff
name from other table. Should I do it in Event?
Thanks a lot.
...
|
DoCmd Transfersheet
Fri, 05 Sep 2008 16:38:21 GMT
Hello,
Is there any reason why the DoCmd Transfersheet would work on one computer
and not another.
The information is sent to the Users C: drive. Copies of the db work fine
in exporting the data to the C: drive. I'm puzzled ?
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/ ...
|