| Thread | Last Post | Replies |
|
| closing form without saving | 30 May 2008 05:15 GMT | 1 |
I have a form called Notes (called from another form with a command button). On the Notes form I have a button to close the form and save the data in a new record in the Notes table. That works just fine. My question is -- how to code a second button on the Notes form to "Cancel" ...
|
| add data from text box to record with button | 30 May 2008 03:59 GMT | 10 |
I am having a little trouble figuring out the code to put in to just simply add information I have entered in 3 or 4 text box fields to a table I have in access. Basically it's like this, I have 4 text boxes (date, forman, notes and
|
| querying a date based on month | 30 May 2008 00:55 GMT | 4 |
how can i open and query a report displaying only the months of the month of the date in the textbox of the current record on a form?
 Signature Gator
|
| Button to delete record on datasheet subform | 30 May 2008 00:34 GMT | 5 |
I have a main form with a datasheet subform on it. Records can be deleted from the subform by selecting the record and then clicking on the delete icon on the toolbar. But I want a custom delete button. And you can't put a button on a datasheet. So if I put a button on the ...
|
| Filtering Unbound Subform from Main form with combo boxes HELP | 30 May 2008 00:31 GMT | 2 |
Below I have pasted the filter code that I have been using on a lot of my continious forms. It works great, and thank you to who ever created this code. I found it here on this site. I would now like to use the same code to filter a subform that is in
|
| Group of Items using one form | 30 May 2008 00:29 GMT | 5 |
I have a database that I had assistance in creating and was tutored with on the code used. The main form has buttons on it to select the station or cell name. The form "frm_Job" that it calls up is the same form used for every cell. The form
|
| Why is Subform empty when query returns no data | 29 May 2008 23:24 GMT | 1 |
Why are my subforms empty when query returns no data? Is there a way for my text boxes to show up and display 0 (zero) values if the query returns no records?
|
| filtering a report based on form field value | 29 May 2008 22:50 GMT | 5 |
I have a form / subform the form contains a field with date values and the subform contains funds and amounts entered on that date. When my form is displaying a certain record for a date, I want to be able to click on a button that will open a
|
| Requery Fields with Combobox | 29 May 2008 22:48 GMT | 3 |
I have a Main Form and a Subform. The Subform has a Combobox called WorkerID, which shows 3 fields to select the person you want to assign to that task. Which upon selecting that person in the Combobox would auto-populate the
|
| combo box goes blank? | 29 May 2008 19:48 GMT | 6 |
I have a form with two combo boxes. The first one selects the Area (AreaID) and the second selects the equipment (EquipmentID). In the SQL statement for the equipment combo box is as follows:
|
| Open form and display a blank record | 29 May 2008 17:23 GMT | 5 |
I have a form with a button that has the following code: Private Sub New_Story_Button_Click() DoCmd.OpenForm "Story", , , , , acDialog Me.Stories_Detail.Form.Story.Requery
|
| Elementary Combo Box Problem (I know for the savvy Access user tha | 29 May 2008 16:55 GMT | 1 |
Here are my tables for my database: tblCustomer custId (pk) cfirst
|
| Counting items and setting visible status of button | 29 May 2008 15:44 GMT | 3 |
Hi, I have a table "Value". Sometime it has zeros and sometimes ones. 0 0
|
| the following code does not work: vbYesNoCancel | 29 May 2008 15:08 GMT | 3 |
Private Sub Command24_Click() On Error GoTo Err_Command24_Click MsgBox "You are about to make changes to tables. Are you sure you want to continue?" _
|
| Yes/No checkbox is no longer a checkbox | 29 May 2008 14:29 GMT | 7 |
I recently split my mdb for front and back end. One of the tables has a boolean field that displays as a checkbox. The linked table displays the checkbox. When I do a maketable query on the linked table, the resulting table no long has a checkbox, but 0's and -1's. There doesn't
|