| Thread | Last Post | Replies |
|
| Problem with form and print preview of a report | 14 Nov 2006 01:39 GMT | 1 |
I have a form that allows the user to run a variety of reports by using a check box to select which to run. The report runs but then I am unable to click on the print preview to zoom in or click on it at all until I close the form. I need the form
|
| Duplicate a booking record with a number of frequency | 14 Nov 2006 00:30 GMT | 5 |
With help, I created a coding to duplicate a booking record. Now I need to duplicate a booking record by a number of frequency. In other words, if I want to duplicate a booking by 52 weeks, it would do so automatically with the correct future dates installed. This saves having ...
|
| Linking documents to a record | 13 Nov 2006 23:31 GMT | 4 |
I would like to save documents on the server and link them to the appropriate record on my form. What is the best way of doing this? There can be several different files linked to a single record. If I could have a hyperlink at the form that opened the file I wanted to
|
| Visual Basic to get data from Access | 13 Nov 2006 22:33 GMT | 3 |
I'm working on a project and i have my forms built in VB and the database is implemented in Access. I have trouble figuring out how to get VB to pull the information from access. Any suggestions or help topics? Thanks
|
| vb6 to access 2003 vba | 13 Nov 2006 22:32 GMT | 4 |
I've been using vb6 to develop front ends for Access databases for some time now. Now I have a client who would like to have their app written using Access VBA, which I've never used before. The first thing I need is a form that will let the user enter a name and search a table to ...
|
| Exporting Forms | 13 Nov 2006 21:08 GMT | 1 |
I have a form created w/ over 280 records. I want to export a single record into Excel exactly how I have the layout in my form. How do I do that? Suggestions would be greatly appreciated.
|
| filtering with comboboxes in a subform | 13 Nov 2006 18:44 GMT | 3 |
I’m attempting to filter data in my subform according to data obtained form a combobox in my main form. My query filters on this: [Forms]![frmTasksCompleted]![combo_county]
|
| Entering Only Whole Numbers | 13 Nov 2006 18:28 GMT | 7 |
I have a form with a unbound box with format settings of Standard and O decimals. The unbound box still alows you to enter decimals which I do not want. How can I prevent a user from accidentally entering decimals, I only want whole numbers entered.
|
| Access fields on a report | 13 Nov 2006 18:26 GMT | 6 |
I have a report, which if a query does not return any data, I then need to write some text on to a report (passed in from the form), is it possible to access report fields? Kind Regards
|
| Datasheet Formating | 13 Nov 2006 18:20 GMT | 2 |
Is it possible to change the format of a cell or cells within a subform when it is displayed as a datasheet. I have only been able to format the entire datasheet which is not what a want as i wish to highlight specific data within the datasheet base on the value in the cell.
|
| Form Sort question | 13 Nov 2006 18:14 GMT | 2 |
I want to sort my form (by default) by lastname. And my subform by Period ending date. How to do I do that? Thanks
|
| Validate | 13 Nov 2006 17:37 GMT | 6 |
I have a field set with a Data Type of Yes/No. I am using a combo box to to check. If checked i would like the another field populated with todays date. I have tried several ways to get this to populate unsuccessfully. I have used the on update box as well as others to check ...
|
| filter by form using multiple criteria | 13 Nov 2006 17:25 GMT | 6 |
I have created a db in Access 2007 that is actually designed for children. I want to select multiple values using Filter By Form and have records matching those criteria be displayed in the results. This has always worked in the past versions of Access.
|
| Requery Not Fast Enough? | 13 Nov 2006 15:12 GMT | 2 |
I have a combo box linked to a query which returns results based on the criteria provided in the combo box. Also, I have a listbox to display the queried information. Both the Combo box and List box are displayed on the same form. However, my issue is that when I requery the ...
|
| Filtering on Data Range | 13 Nov 2006 13:53 GMT | 2 |
I am trying to set up a form that allows a user to select the records they want to view by date range. I want the user to be able to enter the starting date and ending date and then view only those records in that date range. I used the [enter start date] [enter end date] option ...
|