| Thread | Last Post | Replies |
|
| Email Notifications | 09 Jan 2007 16:45 GMT | 2 |
I am not sure how to proceed with this so bare with me. I have created an Access 2K3 Database and I don't know much about VBA coding. But here is what I am trying to accomplish. I have a query that gives me result of 90 days after the date that a technicians 1st class starts. I ...
|
| mouse Scroll wheel anomaly | 09 Jan 2007 15:48 GMT | 1 |
Normally, if I am looking at a screen and use the scroll wheel on my mouse, the page scrolls down. However, when I am looking at my Access Form, turning the wheel causes it to scroll through the records on the database. How can I prevent this? I want to normal behaviour - please -
|
| controling the spread of fields in the excel | 09 Jan 2007 14:33 GMT | 5 |
I'm trying to find a way to export the data in the form into excel. is there a way to decide on the fields and culomns that are been exported to the excel file?
|
| IIf Statement | 09 Jan 2007 12:13 GMT | 5 |
Can someone tell me why I'm getting #Name in the form control with this formula? =IIf([Projects Subform].[Form].[RecordsetClone].[RecordCount]=0,0,[Projects Subform].[Form]![TotaldaysWorked])
|
| Linking | 09 Jan 2007 04:31 GMT | 1 |
I have a form frmProjects. This form gets its data from table tblProjects which has a primary key ProjNo. On the form is an unbound combobox called cboProject which is used to select a project on the form. On the form there is a tab control with a number of tabs, each of which has ...
|
| One Page Report Previews as Many | 09 Jan 2007 03:00 GMT | 4 |
I have one report on one machine running MS Access 2003 where a one page report, that prints as one page when actually sent to a printer, previews as a multiple page report with only a few words on each page. OS is XP Pro. Database is networked. Other similarly configured
|
| How do I add a background image to access 2000 form | 09 Jan 2007 01:23 GMT | 1 |
I am trying to add a background image to a form in access 2000. I read that you did so via the properties/format/picture setting in form properties. I don't have that though. I have "back color" but no "picture" option
|
| Warning message box on a calculated field | 08 Jan 2007 19:03 GMT | 2 |
I got stuck in a task that seemed to be very simple. I have a form with a subform (A) containing several nested subforms(B,C,D...) in Access2000. Two of these nested subforms contain times that I want to compare and give a warning message when it is out of range. I created a
|
| setting up a combo box | 08 Jan 2007 18:34 GMT | 2 |
I am having a probelm with a combo box in a form. I have created a form for a certian table.in this form I have a combo box drop down....I have selected the table for the drop down but it is grabbing or using the first field in the table which is an auto number, and I want it to
|
| Using subforms to add add data to related tables | 08 Jan 2007 17:09 GMT | 1 |
I apologise in advance if this information is in a previous post but I know so little about databases and Access that I'm not even sure what I'm looking for. I'm working my way through Access using a "For Dummies" book but have got stuck. Let me first describe the database:
|
| Subform headaches | 08 Jan 2007 16:25 GMT | 1 |
I am starting this topic again as the older thread seems to be ignored once it gets a few days old. I am trying to repair a project involving a form containing a subform containing a subfrom.
|
| calling an unbound combobox? | 08 Jan 2007 15:03 GMT | 4 |
I think this is a simple question but I have used up 3 hours trying to solve it. Thanks to someone who has been kind to me, I have code that disables all the fields in a form and more importantly, allows one to specify
|
| Windows Service or scheduled task? | 08 Jan 2007 14:38 GMT | 1 |
I am writing a VB.Net application that will replace a series of DTS packages. The DTS packages run once a day at a scheduled time automatically. Would this new application be a Windows Service that runs constantly, or is
|
| Subform headaches | 08 Jan 2007 11:40 GMT | 7 |
I have a form that contains a combo box from which a selection is made, and I want the selection chosen to be shown in the subform. The main form is Customers. The subform is for their Boats. A customer can have any number of Boats. The customer table & the boat table are linked
|
| Continuous subform picture problem | 08 Jan 2007 03:15 GMT | 2 |
Problem: I have created a continuous subform with a button containing an image. When I open the subform all the buttons use the same image as the first record in the query that I am using. I want the button to
|