| Thread | Last Post | Replies |
|
| SetFocus problem | 05 Feb 2008 21:29 GMT | 2 |
Alright, this is driving me nuts. I have an unbound text box (txtAddInvoices) on a form (A2003) where a user can enter an invoice number and the code in the After Update event creates a recordset clone and looks for the invoice number. If a match is not found it displays a ...
|
| Sub Form specific values | 05 Feb 2008 21:10 GMT | 10 |
My Objective: User enters data in a field on a form. The form has a subform. When data is entered, only 2 choices appear on the combo box, on the subform.
|
| Bcc on email | 05 Feb 2008 20:30 GMT | 1 |
I have a question. I have a database that has a "Send Email" button on the form. when clicked, it will pop up an email with the To: and Cc: fields prefilled(coded it that way). I would like to be able to Blind copy three individuals on every email. Is there a way to do this with ...
|
| got this weird text selected thing going on | 05 Feb 2008 20:07 GMT | 2 |
I have a form with a tab control (6 or so pages) when I click on one of the tabs (#2), text in one of the pages text boxes is selected (it shouldn't be). I looked for any set focus stuff, and am not finding any the would cause
|
| Sub Form Combo Box | 05 Feb 2008 20:04 GMT | 9 |
I don't understand why this code does not work. When the user enters a date in a text box the subform combo box (CA_NAME) should only show two choices. But nothing happens, no error, nothing..
|
| Open form with codition | 05 Feb 2008 19:09 GMT | 2 |
Thank You If I have 2 forms I want to open second form with condition If txtgroup in the first form equal txtgroup in the second from
|
| PageBreaks in Code Listings | 05 Feb 2008 19:04 GMT | 1 |
I've looked (unsuccessfully) for a way to insert page breaks in VBA code listings so they print nicely. How do I do this?
|
| Form class module for non-existent form - how remove? | 05 Feb 2008 18:05 GMT | 8 |
After copying a form with a class module, something went wrong. I now have a class module for the new form, but the form no longer exists. I am unable to remove the in-limbo class module. I want to use that name for my form, which is not possible as long as that class module is ...
|
| notinlist event gives error | 05 Feb 2008 18:02 GMT | 3 |
I have read the posts and visited the vb links related to this action, but still can't get it to work properly in my combo notinlist event. After inserting the new item into the underlying table, the request to requery the combo box results in the error (code follows): 'Run time ...
|
| import excel spreadsheet without empty rows (causing nulls) | 05 Feb 2008 17:40 GMT | 1 |
I am trying to import an excel file into access. The import goes fine or so I thought. When I opened the table it had all my excel data plus over 9000 null valued records.So instead of getting a record set number of 200 records, I got over 9200. I have re imported the table after ...
|
| Internet Page Viewer In Access 2000 Form (I Think) | 05 Feb 2008 17:13 GMT | 3 |
Good afternoon, I am somewhat rusty in access but in short, I have been tasked with creating a database to store details of possible acquisitions. In essense, its probably just a simple form displaying basic information, company name number of employees etc. but something I ...
|
| Difficulty in purchasing Access 2003 Runtime | 05 Feb 2008 17:01 GMT | 3 |
I'm finding it difficult purchasing Access 2003 Runtime, which I believe is in the Microsoft Visual Studio Tools Tools For The Microsoft Office System 2003 product. I made three buys on Amazon, Yahoo and Ebay and each time the Vendor emailed me a couple of days after the purchase ...
|
| DataSheet form | 05 Feb 2008 16:39 GMT | 1 |
ACCESS 2003 in a datasheet form when enter a number (example 234) in a text field and then arrow down to another record and enter a number (235 which equals 234 +1). After arrow down
|
| Limiting fields | 05 Feb 2008 16:27 GMT | 5 |
I have a form with two fields: Department and ResponsibleParty. This form is bound to a table called tbl_Department_Employee There is another text field in the table called Active. This field says either "yes" or "no." I want only the active responsible parties to appear.
|
| pulling table modified date | 05 Feb 2008 15:38 GMT | 7 |
hey all, i'm trying to set the value of a text box on my form to the Created Date of a table in my database. its not the recordsource of the form. any ideas? TIA
|