| Thread | Last Post | Replies |
|
| Filter Report From Combo Box | 20 Oct 2006 13:52 GMT | 1 |
I need to be able to filter a report from a combo box on a form Any help will be welcomed Thanks Gay
|
| Using different printers | 20 Oct 2006 13:29 GMT | 2 |
Is there a way I can have certain reports print to specific printers via VB code? I will be printing tracking labels to a thermal printer and tracking lists to a laserjet and want everything to auto print on a button click. Help appreciated, thanks!
|
| MDE not possible ? | 20 Oct 2006 13:25 GMT | 7 |
Hello eveyone. First, I know little about a MDE but I think its a database that has compiled VB code and it runs faster ? Maybe I am totaly wrong about this but someone might explain a bit more.
|
| Placing value into text box | 20 Oct 2006 11:04 GMT | 3 |
I have a form named Order form. On this for I am selecting customer name and all text boxes are populated using code in text box control source =Combo_From.Column(3). I am populating 11 different text boxes placing customer’s address, phone etc. In Order table I have a field ...
|
| DatePrt - Week No & Year Dropdown | 20 Oct 2006 03:03 GMT | 4 |
I have an unbound criteria form for filter sales orders processed in a week. Currently, I have two unbound date fields on that criteria form that I supply the start of week date and end of week date to get the sales made in that week.
|
| unique count | 20 Oct 2006 03:01 GMT | 1 |
looking for a way to count the total number of field entries that are unique in 2 separate fields in the same table ex: field1 values: A, A, B, C,
|
| Select Case - What am I doing wrong? | 20 Oct 2006 02:19 GMT | 7 |
I have the following code in the after update event of QuanToOrder. It's supposed to give a message box that says Can't order blah blah blah if you try to order more than you have set for the ideal quantity and do nothing if it is = or less than... but it is showing the message ...
|
| Preventing change in records | 20 Oct 2006 01:09 GMT | 2 |
I'm using command buttons with macros assigned (now function), to enter data in specific fiels (time in and time out). Every time a user opens the form it shows its last enterd records. I only want user to be able to enter new data to empty fields.
|
| Constant for "Back Up Database?" | 20 Oct 2006 00:11 GMT | 1 |
I can manually go to Tools>Database Utilities>Back Up Database..., but this doesn't work if I try to do the same thing with a button: DoCmd.RunCommand acCmdBackup Application.RunCommand acCmdBackup
|
| how with one button print all records in Continuous Forms | 19 Oct 2006 23:28 GMT | 1 |
here is a beginers problem... there is a single form named master_code . Olso there is a Continuous subform named item_code. in the subform there is a text box and a print button that opens another
|
| Problem calling a query from a form command statement | 19 Oct 2006 21:59 GMT | 2 |
I am trying to call a query from a form control Command1 in the code I have the following statement DoCmd.OpenQuery "q_myquery" where q_myquery is the exact name of the query. I know it is exact because
|
| Update the comment of a filename | 19 Oct 2006 21:48 GMT | 1 |
Thanks for stopping by. Need to know how to read the author & comment field of a file Once read, need to update the comment. Needs to be done in VBA in access
|
| Count number of "records" displayed in a list box | 19 Oct 2006 21:46 GMT | 2 |
I have a form with a list box that displays the results of a filter. The filter is applied by a command button. I would like to have a text box that shows the count of the records in the list box after the filter is applied. I searched the Discussion Group and tried DCount but ...
|
| Any way to make listbox border draggable to expand it. | 19 Oct 2006 21:20 GMT | 1 |
Is there any way I can set up a listbox so I can drag the bottom border down to expand the size of the listbox? I suppose I could set up a couple of comand buttons which when clicked dynamically increase/decrease the height property, but it would be nice to be able to drag the ...
|
| Non JPG Image file extension | 19 Oct 2006 20:55 GMT | 2 |
I have a folder with over 100,000 images I would like to link to records in an Access Database. The only problem is the images have a file extension of .001 that can not be changed. I need to get Access to recognize this file extension as a JPG file. Is there any way to do ...
|