| Thread | Last Post | Replies |
|
| Records Changing by Themselves | 30 Mar 2007 20:38 GMT | 5 |
I have a Sales Service database to track service and sales calls. I've also got an Audit Log attached to track changes to records. The other day, one of the records changed it's self from "Sales" to "Service". It didn't show up on the Audit Log as if someone changed it, it was Sales ...
|
| Data input forms, "Exit w/o saving?" | 30 Mar 2007 20:11 GMT | 5 |
I have several unbound data input forms, and in each I have a boolean flag variable to indicate whether or not the user has saved their input. When the form closes, I check this variable; if it is false, I ask the user if they're sure that they want to continue closing and
|
| Problem with Change Event | 30 Mar 2007 20:11 GMT | 2 |
I have a combobox on a form (cboComp_Num) and I have the following code that runs with the Change Event for the cbo_Comp_Num: Me.txt_Price_Zone = Me.Comp_Num.Column(1) Me.txt_Comp_Name = Me.Comp_Num.Column(2)
|
| Can't enter data | 30 Mar 2007 19:55 GMT | 1 |
I made a form in my database, but when I go to enter data, the field that has the current date goes empty and I get an error message that says 'field cannot be update.' When I click help, is says 'possible causes: You tried to update a field in a record or table that is ...
|
| Count records from different table | 30 Mar 2007 19:53 GMT | 2 |
Not sure if this is even do-able or not. I have a form (lets call it FORM A) that has details information about each Case. Each case can have multiple Collection records. I want text box on FORM A that just tells me the number of Collection
|
| Referencing Another Table | 30 Mar 2007 19:46 GMT | 16 |
Main Table = MainTable Second Table = SecondTable (has relationship / tied to main table) Main Form = MainForm Have a button in MainForm, when clicked, lets say it copies the data from
|
| Auto Increase date field | 30 Mar 2007 18:32 GMT | 2 |
I have aged failed in a table that get initialize during initial data load. I would like for this field to increase by one each day goes by. This field is locked on the form level. The initial code for loading the field as follow:
|
| Create a form that inputs to multiple tables in seperate files. | 30 Mar 2007 18:03 GMT | 6 |
I'm trying to creat an input form that will add/update/edit tables in multiple files
|
| Option Group | 30 Mar 2007 17:11 GMT | 2 |
I create an Option Group Name (Frame 159) Control Source (Loc) with three values: The option Group on the form is displays ED, EU, EZ. However, when this saves to the table (which is a Text Field) it only stores
|
| Updating Yes/No table field based after form input completed | 30 Mar 2007 17:05 GMT | 1 |
Hi. I'm new to Access VBA, so I'm erring on the side of too much information rather than too little in the hopes of receiving a clearer answer from the community... I'm working on an Access app designed to track status to contract with
|
| Create a combo box to display list of reports | 30 Mar 2007 16:40 GMT | 6 |
I would like to create a combo box that would allow users to select reports. Any suggestions?
|
| ShowAllRecords not working | 30 Mar 2007 16:31 GMT | 4 |
I link the 1st form with 2nd form using Master/Child without open a new form window, I put all the forms in Tab Control, that works fine. I also have a button in the 2nd form that intends to show all records in the 2nd form, DoCmd.ShowAllRecords. However it seems not ...
|
| checkbox address help! | 30 Mar 2007 16:16 GMT | 1 |
I need some design help with a check box / vb code. I have a form called Company_Main which gives the basic information of company. The address, city, state, and Zip comes from tbl_Address. Address is txt, Zip is a cbo from tbl_Cities and city and state are
|
| Phone # input mask | 30 Mar 2007 16:12 GMT | 4 |
Hi. I'm using this mask for a phone number mask: !\(999") "000\-0000;0 Now, we have international phone numbers as well. I'm wondering if I need to add an international phone number field as well?
|
| Form Will Not Extract Specified Data When Opening a Report | 30 Mar 2007 15:41 GMT | 8 |
I have a form where the contents of a list box is taken from a query containing the counties in the Uk. When i click a county and open a report it should display a summary of all customers in that county. I have named the list box "list8" and have used the criteria [Forms]![Main ...
|