| Thread | Last Post | Replies |
|
| Simple Method of Checking if a Record Exists | 03 Jun 2006 07:56 GMT | 1 |
In MS Access 2000 I am trying to include a method that checks to see if the Fiscal Year (FY) and Fiscal Month (FM) already exist in Table1 before it appends new data. I was thinking that it should give the user the option to abort the action.
|
| Access 2007 - Combo Box with multi columns updating a field | 03 Jun 2006 04:36 GMT | 5 |
I'm using Access 2007 and running into a problem with the combo boxes. I have a combo box on form B that has three columns ID, First Name, Last Name from table A. I'm displaying the First Name and Last Name and want to update one field in table B with both the First Name and Last ...
|
| Form Total Help | 02 Jun 2006 22:27 GMT | 1 |
I have a form I use for bank deposits and I need to show the total for the deposit for that day. If I put the text box in the form footer it totals up all the deposits in the table. If I put it in the page footer, neither the label or text box shows up even though they are both ...
|
| before update to trap for data entry error | 02 Jun 2006 22:24 GMT | 5 |
Let’s say there are a pair of date fields called ‘Printed’ and ‘Received’. The idea is that when the user clicks the ‘Print’ form command, the current date is entered into the former. When the form is circulated and returned to the user, the user is expected to enter the date ...
|
| control source | 02 Jun 2006 22:13 GMT | 3 |
This is my control source for a text box on a form. Could you please tell me how to add a title for each item? =IIf([PV_NUMBER] Is Null,Null,Trim([PV_NUMBER] & ", " & [PV_GROUPNO] & " " & [PV_GROUPNAME]))
|
| variables and for next statements | 02 Jun 2006 21:52 GMT | 2 |
I currently have this code ME.WD_FULL_HRS.VISIBLE = TRUE ME.TX_FULL_HRS.VISIBLE = TRUE ME.ITAG_FULL_HRS.VISIBLE = TRUE
|
| Requerying Listbox | 02 Jun 2006 20:13 GMT | 3 |
I'm having trouble getting a listbox to requery. What I have is a listbox bound to a query. Typically, when the user opens the form there are no records to show in the listbox, so I hide it and display a text box on top of it that says "No Records". After the user runs some ...
|
| Data Validation - no symbols ( & % " ' *) | 02 Jun 2006 20:08 GMT | 5 |
How can I validate the data in an unbound textbox to not have any special charactors but allow alpha-numeric?
|
| Object Required Error | 02 Jun 2006 19:29 GMT | 4 |
I keep getting an "Object Required" error. I have very little experience in VBA and could use some help. Private Sub PrintButton_Click() On Error GoTo Err_PrintButton_Click
|
| Recordset Connection | 02 Jun 2006 19:14 GMT | 1 |
I'm getting an error in the following code, which attempts to connect to a recordset: Set rstReportPage1 = New ADODB.Recordset strQuery1Name = "qryResultsPage1_FormInput"
|
| Access Compiler | 02 Jun 2006 19:10 GMT | 4 |
Hi Ppl, Any1 knows a program that generate an EXE file from an Access form? If anyone have a solution post here, plz! My apreci@te!
|
| System variable | 02 Jun 2006 19:06 GMT | 5 |
Who can tell me where I can get the Windows "My documents" directory? Must be somthing like stPath=office.system.path..... Thx alot, Ludovic
|
| Find Matching Records. | 02 Jun 2006 18:15 GMT | 1 |
I have two tables called tbl Contacts and tbl Employees respectively. Both the tables have fields called last name and first name. tble employees has an extra field called e-mail which contains employee email addresses I would like a query that would match similar First Names and ...
|
| Form View vs Datasheet View | 02 Jun 2006 16:53 GMT | 6 |
Good morning Access 2003 (object=form) How can I change the form view to datasheet view programmatically? I mean, the form is open in form view and then, one click on the button and
|
| Create field | 02 Jun 2006 15:53 GMT | 2 |
I am trying to split a field called UserName into two seperate fields. The field contains records in the following format Doe, John Where Doe is the surname and John is the First Name. I would like to create two new fields in Table called Surname and FirstName in the employee table ...
|