| Thread | Last Post | Replies |
|
| Avery style | 28 Sep 2006 03:09 GMT | 3 |
I have made a database. I have made a form for mailing labels using an Avery size. Now I want to use a different Avery size. How do I change that without starting over. In all of the things you can change there doesn't seem to be a way. Can someone help or at least confirm ...
|
| combo box help | 28 Sep 2006 03:03 GMT | 4 |
i have a form that have a combo box. when i select the part from the combo box then i want it auto to fill the following two fill which is text box. i have put the code as below Private Sub Part_code_AfterUpdate()
|
| Print form | 28 Sep 2006 01:56 GMT | 1 |
I have 'Print' command button in my form. It just print my form and it print in Portrait format. How can i make print in Landscape Format in my form? It needs to be coded in my form 'On Click' properties. Thank you
|
| Setting the RecordSource dynamically with a global variable | 28 Sep 2006 01:53 GMT | 3 |
How do I pass a global variable defined by the first form to set the RecordSource of the second form? I have two forms "MasterForm1" and "MasterForm2." Both of these are linked to the same table "MasterTable."
|
| run sum | 28 Sep 2006 01:09 GMT | 4 |
i have a form that have a qty. i want to do it as report running sum. e.g Qty SumQty 10 10
|
| exporting number fields | 28 Sep 2006 00:26 GMT | 4 |
I started this morning doing a job I thought would be quite simple: Export a table that contained Decimal data right justified with 2 decimal places. Wrong. thank you Mr. Gates, you can't export decimal fields. So I CDBL. No Problem. I Format Fixed (thanks to the forum).
|
| How to Dynamically Reference Objects on a Form? | 27 Sep 2006 23:36 GMT | 2 |
I am creating a form with a grid of objects (text boxes and buttons). The grid's dimensions sometimes change: sometimes its' 4x4, sometimes 6x7, sometimes 10x10, etc. based on parameters set before opening the form. When the form opens, the objects are created and placed evenly ...
|
| Enter time field at leftmost position | 27 Sep 2006 23:25 GMT | 6 |
I am hoping someone can help. I have a time field on my form and when tabbing through fields it is easily editable but when the field is clicked into the cursor remains at that position which isn't necessarily the correct position nor easily editable (you have to highlight the ...
|
| How do I set a field format to remain the same when store in a tab | 27 Sep 2006 22:26 GMT | 2 |
I have a payment form linked to a payment table. I have set up the input as "0000-0000-0000-0000" and works great when you are entering the credit card information; however is stored as "0000000000000" after I closed th epayment form on the form view and the table as well. I need ...
|
| Format Date | 27 Sep 2006 21:31 GMT | 2 |
I have Date field, so if i type a date it should show short date and medium time. I select in the form General Format and it's not working. How can I view both same time?
|
| Toggle Combobox Sort Order | 27 Sep 2006 20:57 GMT | 2 |
I have a combobox name Account_Num in a continuous subform. The combobox is based upon a very simple query called AcctDescQry. The combobox pulls two fields 1)AcctNum
|
| How do I make fields change colors to alert something? | 27 Sep 2006 20:44 GMT | 4 |
I have been asked to create a database based on a control sheet which tracks when visits are due, past due or need follow-up. Right now they maintain it on an Excel spreadsheet and use color coding to let them know when visits are due and such. Is there anyway to do this with ...
|
| Combo Box question | 27 Sep 2006 20:13 GMT | 18 |
I have created a combo box full of numbers. I also have a check box called assigned. When I create a record with a number that is assigned I would it to be taken out of the combo box list and then when I uncheck the box I would like it to reappear in the list. Where is the
|
| How do I convert hourly time to decimal time? | 27 Sep 2006 19:14 GMT | 1 |
Finally figured out how to calculate a time difference and would like to convert it to a format that is used in my workplace. If I enter a landing time of 16:30 and a takeoff time of 17:36, the total flight time is 1:06. However, our format is decimal-based, not
|
| populate a combo box in a form | 27 Sep 2006 19:01 GMT | 1 |
Hi Access Gurus, I have a form in Access 2000 which helps our department schedule classes. The form has a combo box which I want to populate with a list of classes from which to choose. That would be simple, but I want the combo box's pull
|