| Thread | Last Post | Replies |
|
| Keeping Focus | 19 Oct 2006 03:30 GMT | 3 |
I am looking to have an entry field where numbers will be scanned in via a barcode scanner, and when the number is scanned into the field, an onUpdate event will launch, updating a table. Is there a way this field can retain the focus and not have it move to another field? That ...
|
| Quick Lookup Options | 19 Oct 2006 03:11 GMT | 6 |
I am looking to update a record in a table, but before the update is done, I want to check the record to make sure certain criteria are met before it updates. Is my only option using a DLookup? I ask as this has some lag time going through the process of looking up the record.
|
| Record split between screens is missing information | 19 Oct 2006 00:42 GMT | 1 |
I have a vendor table. I also have several forms. The first Vendor form contains the vendor name, address, etc. The second vendor form contains product information, and the third vendor form contains pricing information. All the information from all three forms is stored in ...
|
| Update SQL error | 18 Oct 2006 23:51 GMT | 2 |
Hi, I'm getting a "operation must use an updateable query" error on the following Update statement: UPDATE tblBomMult LEFT JOIN qryWIP ON (tblBomMult.WONum = qryWIP.WONumber)
|
| Toggle between forms using Option Group in Access Database Forms | 18 Oct 2006 23:25 GMT | 9 |
Does anyone know how to toggle between a form and a subform using the Option Group. I have a form, wherein when you select the option button "A" it enables a control source on the subform to become active, and if you select the other option "B" button a control source on the ...
|
| Requery a form in called function. | 18 Oct 2006 23:12 GMT | 1 |
My function is MyCalledFunction(Formname as string) I have no idea how to requery the form within the function using Formname. I assume it would be something like Me!&Formname&.Form.Requery
|
| Open v. Load what's the difference? | 18 Oct 2006 23:00 GMT | 4 |
It's a quick question, but what's the difference if I put a line of VBA script in the Open handler or the Load handler? I assume Load waits for all the form stuff first? So if I were to do something short - for instance DoCmd.Close, I'm assuming it would show all the fields, ...
|
| Control Source error | 18 Oct 2006 22:49 GMT | 4 |
I'm trying use the Ledger template from Access 2003. In the Accounts form, the "Account Balance" field contain the following error: "#Name?". Why? The control source is
|
| Set focus to nowhere | 18 Oct 2006 22:44 GMT | 1 |
Is it possible to move the focus on a form to nowhere? ie so the cursor isn't in a textbox or on a button etc Thanks!
|
| Limit query output with criteria | 18 Oct 2006 22:33 GMT | 1 |
I have a form based on a select criteria, and would like to limit the amount of data available to the form. The query returns multiple records, and I need to limit the number returned based on the output of one of the fields, a Ship To Address. I need to pass only those records ...
|
| why a form bound to ADO recordset from DB2 is readonly | 18 Oct 2006 22:23 GMT | 4 |
I created a form bound to ADO recordset containing data from DB2 database, but the form is readonly. How can I make the form editable? Steps: --Create a form with 4 labels, and 4 text boxes: label 1, label2,
|
| Email Question | 18 Oct 2006 21:45 GMT | 1 |
I have a button which opens an email and enters information from selected fields in the body of the email and all works fine. My questions is this: I want one of the fields to be "Bold". Also, I would like to change the color as well.
|
| Validating Data within the form | 18 Oct 2006 20:50 GMT | 2 |
Good morning to all, I have a form that with a subform. The main form has Customer Information, but the sub form has Specialist information. There are Validation that need to be established so that there is no
|
| Restrict text field in subform | 18 Oct 2006 20:38 GMT | 5 |
I have a text field that could be “Approve”, Reject, and/or “Pending” in a subform that was build with a table as the source. I have a main form that talks to the subform and what I need is to set the control source for the above text to show “Approve”, “Reject”, and Pending but ...
|
| Display only last 7 characters in a field | 18 Oct 2006 20:24 GMT | 12 |
I have a form with a field called BSCB. The fields data is a combination of 4 fields and data is displayd as follows. H-A-1001-01 H-A-1001-02
|