| Thread | Last Post | Replies |
|
| How do I update an inventory column in DataSheet Form?? | 22 Jan 2007 02:50 GMT | 1 |
Friends, How can one update an Inventory Quan field on a DataSheet or Tabular Form? Thank you, Paul
|
| Using another forms field value | 21 Jan 2007 23:36 GMT | 3 |
I have a large table of data with a form built onto it. To filter the data I have another form with a combobox that is populated from a SQL statement (which is a concatentation of three keyword fields in the underlying table). After selecting an option in the combobox and ...
|
| Fill A Listbox In A Continuous Form | 21 Jan 2007 23:10 GMT | 9 |
I want to fill a listbox with items in a continuous form. Each row has different data. I thought about storing the data in the table in the form of a value list, such as: "John Smith";"123 Main Street"
|
| Need Help real bad for a dropdown list based on a value from a fie | 21 Jan 2007 20:37 GMT | 3 |
I have tried many times but still can't get it. I have 2 tables, named tblrisk with a field name Program_Area and another table named tblrisktypeArea with fields name Program_Area and Risk_Type. The form name is shortmenuerisk, with controlname of cborisk, it is a combo
|
| Form Position | 21 Jan 2007 19:20 GMT | 6 |
When my tabbed Form opens its position does not show the Tabs unless I scroll up, is there a way to have the Form open scrolled to the top automatically? Any help would be greatly appreciated
|
| Added Primary Key not showing up.... | 21 Jan 2007 16:27 GMT | 2 |
Good Morning all, I am finishing up a 2003 application and I have come across a small problem... I decided to add an autonumber primary key to one of my tables and for
|
| result of vbYesNo | 21 Jan 2007 15:31 GMT | 8 |
I use the vbYesNo in a msgbox, like: MsgBox ("Are you sure ?", vbYesNo, "Confirm") How do i retrieve the answer then? What is the reference name to retrieve the selected yes or no?
|
| Cannot disable button in form | 21 Jan 2007 12:36 GMT | 3 |
Why can't I just disable a button within a form, in the same way I do with other controls like text boxes? I use the command: Command129.Enabled = False
|
| Mandatory Data Fields | 21 Jan 2007 10:40 GMT | 1 |
1) How I made form (data entry) all fields mandatory to fill the data. If any one try to pass any field without filling the data, cursor not move to next data field till not filled previous fields. Even clicking by mouse in next field.
|
| Success/fail return code | 21 Jan 2007 07:45 GMT | 5 |
I execute the following code that will append data into 2 related tables: Private Sub Command129_Click() DoCmd.OpenQuery "Quotation-to-Invoice Query", , acAdd DoCmd.OpenQuery "Quotation-To-Invoice(Details)", , acAdd
|
| How can I use a query sum in a form formula in access 2000? | 20 Jan 2007 16:32 GMT | 1 |
I am making a billing program in access 2000. I have formulas in my forms to calculate prices. I have my base prices in a table and sum them with a query. I can't make the query work in my formula.
|
| assign button to start a countDown then stop It! | 20 Jan 2007 16:00 GMT | 3 |
Hi, everyone! I know this may sound silly,but is it possible to assign to start a countdown. I have a form where I have a box whee when user enters a time the counter starts. but I want a button to start the counter
|
| Maintenance Question | 20 Jan 2007 13:28 GMT | 2 |
Generally OE is ok but when I first sync it is taking 30 seconds or so for the dialogue that tells you what is going on to populate with all the tasks it has to do. My Outlook Express folder (under local settings) is now over 1GB in size and
|
| Automatic increment of Invoice number | 20 Jan 2007 13:01 GMT | 3 |
How can I make a field inside a form, or better from within the table directly to read the last Invoice number from the table and assign a default value an increment of 1 to the last value? The current field type is text masked with the INV____ prefix but inside the
|
| Skip confirmation dialog for append query | 20 Jan 2007 10:42 GMT | 1 |
I call an append query from a form using code: DoCmd.OpenQuery "Quotation-to-Invoice Query", , acAdd How can I skip the 2 confirmation dialogs that follow? (only for this execution, not globally)
|