| Thread | Last Post | Replies |
|
| Restrict entry to a text box | 22 Jul 2008 15:33 GMT | 2 |
I have a form bound to a table. When entries are made to the form, I want only values that are multiples of 5 input into the table. Anything that is
|
| Checkbox based on date | 22 Jul 2008 14:44 GMT | 23 |
I have a checkbox on my form called ActiveCheck that I want to be checked if the information has not expired. I have a textbox with a short date that is an expiration date for the record. What I want is for the database to compare the current date to the
|
| Advice on Default Value | 22 Jul 2008 10:28 GMT | 2 |
I have struggled tremedously with setting a default value on a data entry form. I keep running into road blocks. I do not think that I am taking the right approach - I need advice from the experts on how to handle the situation. The scenario is: A user is entering a set of
|
| Expression doesn't affect value in combo | 22 Jul 2008 04:36 GMT | 1 |
I have a combo in which to select "DestCountry". There are about 20 of these. Then there's another control that shows the "Price Band". That's also a combo with 5 different values to choose from (1-5). I wanted to code the AfterUpdate event on the DestCountry control, so that
|
| Group Option value (radio) | 22 Jul 2008 04:31 GMT | 2 |
Ms access 2003. I am trying to store the radio selection to db where 1 (Yes) and 2(No) into db instead of 1 or 2. On my table, a field call "commPaid" with data type "text". On my form, i using wizard to create group option. the Label"lblCommPaid", the whole group "OptCommPaid", ...
|
| Combo Box Image Viewing | 22 Jul 2008 02:51 GMT | 1 |
I am using Access 2002 sp3. I have a combo box that is used on a form whose control source is a query. The query has an image field in it that containes a picture of the item to select. I would like to display this image in an unbound OLE field as the
|
| Record movement being cancelled | 22 Jul 2008 02:10 GMT | 1 |
In my Form_BeforeUpdate I have the following code: If MsgBox("Save changes?", vbQuestion + vbYesNo) = vbNo Then Cancel = True Me.Undo
|
| Trouble with VBA references | 22 Jul 2008 00:04 GMT | 11 |
Hi, I'm running Office 2002 SP3 and am having trouble with running VBA code contained in a access database made in Office 2003 SP3. My references are: http://img339.imageshack.us/img339/9433/referencesneededtk9.gif but the version numbers do not match the known working references ...
|
| using 2 forms at the same time | 21 Jul 2008 23:02 GMT | 1 |
I have two tables: Table1 has the following fields: TASKID, ISSUE, ACTION; Table2 has the fields TASKID, STARTTIME, ENDTIME (reason I don't have the STARTTIME/ENDTIME on first table is due to multiple users updating the TASKID) .
|
| required field IIF | 21 Jul 2008 22:10 GMT | 5 |
On my form I have a field that is a Combo Box (1,2,3,None) If None is not picked I want another field (Estimated Total Field Hours) to be required. Fairly new user. Thanks in advance!
|
| Error code 3346 | 21 Jul 2008 21:08 GMT | 7 |
I'm getting an error code 3346, "Number of query values and destination fields are not the same" when I attempt to run the following code strNUMBER = Me.Number.Value strAY = "07/08"
|
| Check for Data - Need soon if possible. | 21 Jul 2008 21:05 GMT | 2 |
Another issue today... How do I code this type of thing... Two fields, first field one makes a text selection from a list; second field, one would fill in a number (this field defaults to 0). I want to make sure that someone does not fill in a number >0 in field 2 if they have ...
|
| Multiple combo's, still not working | 21 Jul 2008 16:53 GMT | 2 |
You may have seen my posts before but here we go again: Ive got 13 combo's ( rig name, owner, world region, rig heading, etc.) and one table ( MODU ) on one form ( MODU-Form ). Still can go straight through all them, in order, having each combo filter
|
| Cannot pass value of date to a report that uses a query as its sou | 21 Jul 2008 16:05 GMT | 3 |
I have a form that is running a command button to print an invoice. For some reason, I am getting no data, even though I think I am passing the date correctly. Here is my coding: Private Sub cmdPrintInvoices_Click()
|
| Test form for read only | 21 Jul 2008 16:02 GMT | 7 |
How do I determine if a form has been opened in read ony mode. ie. If frmExample "Is opened as read only" then do whatever Else
|