| Thread | Last Post | Replies |
|
| Print a string variable | 22 Jan 2008 13:40 GMT | 3 |
I have a string variable that is presently being sent to a MessageBox. I want to add a command button to the Form so I can send the string variable directly to the printer. Is there a simple way to do this.
|
| Add a Duration to a Time | 22 Jan 2008 11:48 GMT | 3 |
Here's something I thought I'd know how to do ... I have an Appointments table and want to add a duration (integer representing hours) to a start time (Date/Time field, "Short Time" format) to give a finish time. I want to do this in a query but if I do
|
| How to define an Array in VBA behind the Access Forms | 22 Jan 2008 08:13 GMT | 10 |
Hi. I would like to create an array and use the data to populate some new records when the user clicks on a button (that's the short description). If I were to code the array in C (I know ... not this forum, but it's
|
| choosing folder in vba-access | 21 Jan 2008 16:50 GMT | 3 |
i'm trying to build a parallel function in vba access that appear in excel: FileDialog(msoFileDialogFolderPicker) does anyone know how to choose only a folder through VBA in Access?
|
| specific printer in access 2007 | 21 Jan 2008 16:29 GMT | 4 |
are there any workarounds for using a specific printer for a report in access 2007? something i can write in code? i have 12 different label printers and based on which btn the user
|
| Reports | 21 Jan 2008 16:29 GMT | 1 |
I have created an access database that is used to record machine failures. Typically a failure will happen anything from twice per day to a couple of times per month. I also created a query that adds up all of the downtime and a report that
|
| Simple problem with addition on a form | 21 Jan 2008 16:28 GMT | 3 |
I have 10 optional numerical fields on a form. When I try to sum them in the control source of another input box, or even using VB, I only get a working total if all 10 fields contain a number.
|
| Choose filename and folder when saving report to PDF | 21 Jan 2008 12:09 GMT | 1 |
My form contains a button to save a report to PDF. However, the future user can not choose the place the pdf is placed, nor the name of the pdf: this is all automatically generated; I assume this is done by the pdf-printer.
|
| Lebans ConvertReportToPDF - Save to Sharepoint? | 21 Jan 2008 01:50 GMT | 3 |
I can use the function just fine to save the pdf to a drive, but it fails when saving to Sharepoint. Any suggestions?
|
| Replacing partial text in an HTML files | 20 Jan 2008 20:23 GMT | 5 |
I have an HTML file named myHTML.htm It looks like this: <great HTML code> <more great HTML code>
|
| Attendance Report that Shows additional dates as they are added | 20 Jan 2008 05:24 GMT | 1 |
Access 2003 I am trying to figure out how to develop a report that will display students in 1st column, dates across the top, and "P" or "A" for the data. I have a crosstab that displays what I want. I can create a
|
| Purchase Order | 20 Jan 2008 04:42 GMT | 2 |
Here is a purchase order form: http://form2008.977mb.com/purchaseorder.htm Does anyone know how to convert this page to PDF format?
|
| Output to XML | 20 Jan 2008 01:48 GMT | 2 |
I have created a table which I export to an XML file for use in a Spry Dataset I run commands on the table to sort the columns and then save the table before exporting as an XML file
|
| Automatically format | 20 Jan 2008 00:25 GMT | 1 |
Hi, I want to enter a date into a field (Date Received) and change font and colour in another field (Days Remaining) but still retain the data that is in the Days Remaining field. Can you help. Thanks
|
| How to make command button disappear | 19 Jan 2008 17:42 GMT | 5 |
I have a command button that I'd like to make "disappear" after being clicked and after the OnClick function has executed. I have tried changing the 'visible' attribute to false while within the OnClick function but that won't work because the button control has the focus.
|