| Thread | Last Post | Replies |
|
| VB5 .frm to Access | 31 May 2007 15:12 GMT | 1 |
I have an old vb program (form) that I need to edit/update to work with new hardware. Is it possible to "open" a .frm in the vb editor within Access? Is there a conversion tool? Migration tool? All of the tools I have seen are the other way around...
|
| How to Write Code? | 31 May 2007 14:59 GMT | 3 |
I have a command button that runs a series of queries and moves to a control on the form. I want to run the Event Procedure "On Click" when the control gets focus. How do I write the code using the DoCmd. >>>>> to trigger this event? Any help would be appreciated.
|
| Disappear the New Empty Record | 31 May 2007 14:19 GMT | 7 |
I have a form with the DefaultView Property as Continuous Forms. The record of this form contain 2 fields My question is When I click the ADD button in the form it adds a new record.
|
| creating string reference to control | 31 May 2007 12:40 GMT | 6 |
Hiya, I have a load of tabs page1, page2, page3, etc I have an option group above. When the user clicks the option, it will return a value (1,2,3,4,...). I want it to set focus to the corresponding
|
| datasheet form | 31 May 2007 11:25 GMT | 1 |
how can i change the datasheet gray back color?
|
| Disable workgroup permissions-Error 3033 | 31 May 2007 11:24 GMT | 3 |
Hi, This is the scenario.I copied the database from our branch which has already been closed down.The guy who created the database used some workgroup permissions.Now when I try to open it on my PC i get the error 3033, I do not have the necesarry permissions to open
|
| Multiple filters | 31 May 2007 04:52 GMT | 1 |
I have a form in which I filter groups of employees based on the lat name using alpha filters (command buttons). I will like to add a filter that can filter these emplyees based on their title, using a command button and be able to re-filter the records based on the last name ...
|
| Requery? | 31 May 2007 02:08 GMT | 3 |
I have a main form A that has a Combo box for part selections. I also have a button next to the txt field where it opens a little form to add additional parts as needed. However I cant get the part to show up in Form A (main Form) after I have added it to form B. I have tried ...
|
| Write / Print Same Record | 30 May 2007 23:50 GMT | 1 |
I have a subForm populated from a main form, but I only write the record if specific conditions are met. Once they are met though, I want the user to click a button on the subform and add the record and print that specific record at the same time.
|
| add shading to different data set | 30 May 2007 23:44 GMT | 1 |
Our workers have caseload list that include a family (same 5 digit number i.e. 55544) and sibiling number (i.e. 55544-01; 55544-02; 55544-03, etc.). It is sorted on family/sibiling number (FID) Can we shade every other family group? So, it's easier for them to read.
|
| Textbox Information to Subform | 30 May 2007 22:23 GMT | 2 |
I have a subform that I need to contain information from a main form. The sub form is linked by studentID, but I also need the tardy ID, TardyID, to populate the subDhall field txtTardyID. I tried the AfterUpdate of TardyID with this:
|
| Desktop Shortcut | 30 May 2007 21:18 GMT | 3 |
I'm using filecopy to copy a file from a network location to the local machine. This works well. I also want to be able to create a shortcut for the file and place it on the users desktop. Any ideas will be appreciated.
|
| Listbox selection question | 30 May 2007 20:55 GMT | 2 |
Hi. I have two ListBoxes on my Form. Each listboxes row source types are value lists. The form opens up with 1st listbox enabled, and 2nd listbox not enabled. 2nd listbox only enables when user chooses something from 1st listbox. What I am trying to achieve is that I want to ...
|
| Case Specific Password | 30 May 2007 20:20 GMT | 4 |
I have a form with two controls that is formatted as a "Password". I use the second control as a confirmation that the user has typed in the correct password in the first control. It works fine, except it allows the second password even if the user did not type in the same ...
|
| Form not doing what it's supposed to do. | 30 May 2007 18:26 GMT | 7 |
In a table I have a fied named "fldCreator." On my form I have a txt box named txtCreator with the default value set to =CurrentUser(). It is not updating the the table. I can't figure out why. Any help would be greatly appreciated.
|