| Thread | Last Post | Replies |
|
| VBA code could not find file | 12 Feb 2008 15:09 GMT | 3 |
I am using the code shown as an example in the help files and when run, it cannot locate the file. Dim dbsProjects As Database Set dbsProjects = OpenDatabase("Projects.mdb")
|
| loop thru "all:" forms in a current project | 12 Feb 2008 15:05 GMT | 1 |
I would like to loop thru all of the forms in a current project (whether the forms are open, loaded or not) (and change the background color of the formm header to a public constant.) It seems as though the "forms" collection only accesses those that are open.
|
| TransferText Method | 12 Feb 2008 15:04 GMT | 4 |
Help on this method leaves one or two questions unanswered. Firstly, does the transfer append the source data to the target table or is the latter overwritten? Is there a choice? (I can't see one in the syntax.) Secondly, if the target table does not exist, will the method ...
|
| Word automation from Acc97 | 12 Feb 2008 13:31 GMT | 3 |
my app starts an instance of Word in an Acc97 form. So far I have complete control over Word, except in the circumstance that Word has other "windows" (including dialogs like the printing dialog) open. Searching the web I found no reliable way to get Word's status in case
|
| Relinking Tables with VBA code | 12 Feb 2008 13:17 GMT | 4 |
Hello together, I got this wonderful code from the internet to relink all tables from a backend database in the same folder. Unfortunatelly its not working: The code gets me the right folder (see
|
| Manipulating textbox class | 12 Feb 2008 12:34 GMT | 1 |
Is there a way to manipulate the textbox class so that I can set the backcolor of every textbox on a form to a value when a textbox has the focus, and a different value when a textbox does not have the focus? I've done this in VB.NET by creating a custom textbox class that ...
|
| Returning controls to their Original values | 12 Feb 2008 12:16 GMT | 3 |
In a control on one of my forms, if a user tries to enter values that already exist in the data table (duplicates) , I have a messagebox appear telling them the record already exists. My problem is thereafter, I want Access to return to the original values that were
|
| Link child fields & Link master fields | 12 Feb 2008 08:15 GMT | 2 |
Link child fields Link master fields I'm use this code to link master form and sub form Me.subclient.LinkMasterFields = "Text6"
|
| Please Please Help - Run-time Error | 12 Feb 2008 02:49 GMT | 2 |
I get "Run-time error '3141' The SELECT statement includes a reserved word or an argument name, that is misspelled or missing or the punctuation is incorrect. I get this error when clicking the Select button on a Main Form, after the
|
| Avoid Touchpad Scroll | 12 Feb 2008 01:15 GMT | 1 |
I have found a perfect Stephen Lebans code and dll to stop the mouse scroll function on forms (http://www.lebans.com/mousewheelonoff.htm), but it don't work with the touchpad scroll. Any solution there?
|
| Now date from Frame | 11 Feb 2008 21:22 GMT | 3 |
I have a frame called "fram_approv_notapprov." Within this frame are two option buttons. The first option button is approved which = 1. The second option button is notapproved which =2. I then have a text box for a date, called approv_notapprov_dt. Once either
|
| Visibility code | 11 Feb 2008 20:50 GMT | 4 |
I have a frame on a subform called fram_srpm_rom. Within this frame there are two options. srpm, which when selected =1. rom, which when selected =2. Now on this subform there are other text boxes, check boxes and command buttons that I would like to not be available in srpm is ...
|
| filter error message box question | 11 Feb 2008 19:40 GMT | 1 |
I'm using an unbound field and cmd button to lookup records in the "Search for Student Form". I'm using this code on the click event of the command button to find the record: DoCmd.ApplyFilter , "[LastName]= '" & txtLastName & "'"
|
| VB to Access form | 11 Feb 2008 19:37 GMT | 1 |
To save a lengthy reinvention of the wheel, does anyone have a program to convert a VB form into an access form please. About six years ago, I wrote a VB6 program to convert an AS/400 screen format into a VB6 form. Once I found that Access was much easier to
|
| Command Buttons Don't Work in Access 2007 | 11 Feb 2008 19:26 GMT | 2 |
I'm sure there's a quick and easy answer to this question. After doing all of my previous work in Access 2003, I just installed Access 2007. Much to my surprise, the first time I opened a custom form, none of the command buttons on my form worked. I couldn't open a report, save a ...
|