| Thread | Last Post | Replies |
|
| API CAll | 04 Feb 2007 16:45 GMT | 6 |
Does anyone know of a windows API call to have a form be absolutley on top of any other form, Windows forms included. I'm trying to hide the now printing box with my own no printing box. I know there is one to reduce it but I want to cover it!
|
| Can't get subform to synch with Parent | 04 Feb 2007 15:59 GMT | 3 |
My subform is not loading the correct data when I load patient data form a search screen. When I initially open my main form by way of the search form (switchboard>searchScreen>Main form with sub form) the correct data loads. But on subsequent searches from the main form, the sub ...
|
| Form and subform filter | 04 Feb 2007 11:25 GMT | 1 |
Dear Programer: I have Form (master form parent form) and sub form the master form contain 10 controls combobox to filter subform control No1 (after update event)
|
| Mouse move property | 04 Feb 2007 10:45 GMT | 3 |
I need sombody to help to resolve this problem. I am having an access continueous form which is having detail regading some assigned jobs. Due to restriction i can not show the information in job description field . I used the vertical scroll bars already so that the user can
|
| Possible bug when trying to add two values | 04 Feb 2007 08:12 GMT | 4 |
I have a form with two text boxes (Text1 and Text2) whose format is standard number. I have a list box with two columns (Value1 and Value2) whose format is set to standard number in the query expression properties. The format of these values in the source table is Number-Long ...
|
| Building a TickleDate System??? | 04 Feb 2007 06:48 GMT | 1 |
Hey guru's I need to build a tickle date system that works well! I've built this Access 2007 data base which need to take the system date and take off 1, 2, 3 months off of the system date and return only those records that fall within those dates. Example, if I have a person ...
|
| Link Subforms to Main Form - 2 Linked Combo Boxes in Main Form | 04 Feb 2007 02:08 GMT | 3 |
My db has 5000 nonprofits. I have a Main Form [frmOrgMaster] with 6 subforms, each on a tab. [frmOrgMaster] has 2 Combo Boxes. You select a County in the first Combo Box [cboCounties]. The [cboCounties] AfterUpdate Event Procedure then requeries the second Combo Box [cboOrgs] ...
|
| Discussion Paper on Access | 03 Feb 2007 22:41 GMT | 3 |
A couple of months ago I read online an excellent white paper / presentation which put forward compelling arguments for using Access as a business application. It discussed matters particularly in favour of TCO and ROI etc. It was written in a style that made it an
|
| INSERT TO OTHER DATABASE | 03 Feb 2007 21:19 GMT | 6 |
Every transaction I have I want it to also go to another table in another database. How would I do this? I know there are linked tables and the such. I'm using SQL with an unbound form. Or doesn't it matter? Thanks
|
| File dialog box | 03 Feb 2007 21:03 GMT | 1 |
I am trying to use a file dialog box in VBA to get a file path. I have used the following code copied out of help Dim dlgOpen As FileDialog Set dlgOpen = Application.FileDialog( _
|
| Replace System Error Message | 03 Feb 2007 20:45 GMT | 3 |
I want to replace the system error message "Access was unable to make the changes requested " etc etc when trying to enter a duplicate key with something more user friendly. Is it possible?
|
| sub form and form | 03 Feb 2007 19:27 GMT | 1 |
i have form master form and sub form the master form contain 3 unbond controls for example I want filter the sub form using this controls by command button in a master form
|
| LinkChildFields property | 03 Feb 2007 18:21 GMT | 2 |
LinkChildFields property I can't find where to set this property in my subforms property sheet. How can I access this to set the link between my main and sub forms? Thanks, Rob
|
| Procedure worked and now doesn't | 03 Feb 2007 18:06 GMT | 1 |
I wrote this procedure to allow insertion of a file name into a hyperlink field. It worked and now doesn't. Private Sub Doc_DblClick(Cancel As Integer) On Error GoTo error_Section
|
| Filter the sub form from main form | 03 Feb 2007 11:56 GMT | 5 |
thank you I have form (master) and sub form Question No (1) How can i make ((Filter)) to the (((sub form only ))) Notes: I don't want
|