| Thread | Last Post | Replies |
|
| continue regular program flow (records) after requiry | 19 May 2008 16:30 GMT | 3 |
I was wondering what the appropriate method would be to just follow the program flow, while using Me.Requery or SendKeys "+{F9}". I have a continious form that contains records, in the header on the form there are some fields which contain statistics on the records shown in the
|
| Open a From based on Criteria | 19 May 2008 15:40 GMT | 3 |
I would like to be able to open a form based on a selection from a Combo Box. I know I can do this using If Then Else statements. However, is it possible to just have one from and be ale to have it that it opens based on certain values within the records.
|
| Passing check box controls to a function | 19 May 2008 13:55 GMT | 2 |
I want to call a function in a module from a button press on a form. I want to pass the name of a check box control on my form into this function and then use this in my function to uncheck the check box on the form. How do I pass it and and how do I reference it in my function ?
|
| delete sub-form records | 19 May 2008 08:57 GMT | 1 |
I have one main form linked with many sub form, my problem if I want to delete one record, it delete only form the main form table so when you open another table you will find same record still there in another tables so what I will do to delete the records from all tables in the ...
|
| on click result | 19 May 2008 08:57 GMT | 8 |
Is it possible , in VB, to create same result to "on click" event? My problem is that I have a form with a combo box and a text box. When I open form, I want Text box=Combo box+1
|
| Re-Seed Autonumber Field in a Remote Access Database | 19 May 2008 07:52 GMT | 5 |
I think I need to be able to mess around the Autonumber Seed values in a couple of Access databases. Yea I know this is a bad practice, but I just need to get this done so I can live to fight the real battle another day. Basically the deal is that I have a pair of standalone ...
|
| Help reading 'Time Zone Information' from Registry. | 19 May 2008 03:10 GMT | 2 |
I want to be able to read the 'StandardStart' and 'DaylightStart' key values from the Registry. I know they are stored in Binary with 16 hex bytes of information each. I also know they are stored in a 'SystemTime' type structure. I don't know how to read it then pass it back ...
|
| show hide command button depending on a value | 19 May 2008 00:43 GMT | 3 |
Hi I have a list of jobs outstanding dispayed on a form based on a query listing the jobs. The from view is set to continuous forms, the detail section is where the data is shown similar to dataseet view. I have a
|
| Create Survey form in Access based on two linked forms | 18 May 2008 14:20 GMT | 2 |
I am helping a friend out by attempting to create an access database that will help them understand their customer's input by way of a 45 question survey. The surveys are strictly informational and do not have respondent information. I have created two tables tables:
|
| Export code not working in new version | 18 May 2008 09:31 GMT | 2 |
I have a .mdb which I made on Windows XP and MS office 2000. The following code is working fine: Function ExpoXLS() Dim rptCurrentReport As Report
|
| Keeping Same Report Orientation With Print Dialog | 18 May 2008 09:12 GMT | 1 |
Hi, I am using the Print Dialog for the users to select a printer that's close to their location. But the problem is that report orientation is not kept. My report is designed in Landscape view, but when I use the DoCmd.RunCommand
|
| Combo boxes based on a cryptic code | 17 May 2008 22:12 GMT | 3 |
I have a table that contains a cryptic code that represents a state/county combination. On my form, I want to display combo boxes that allow the user to pick the state and then the county in a non-cryptic form that will then build the needed code. Also, if a customer is on an ...
|
| A2007 not supporting dao | 17 May 2008 21:39 GMT | 4 |
I have an A2003 db that will need to run on A2007. Just tried it in test and got the message that the dao code will need to be changed to ado. Has anyone else run into this? Was it a big issue to convert over to ado? Does anyone know of a way of changing the dao to ado that ...
|
| Listbox Selecting | 17 May 2008 21:10 GMT | 7 |
Setting the Selected property of a listbox puts a visual highlight on the item indicated by the numeric argument to the selected property but the ListIndex of the listbox doesnt reflect that that item is selected. What use is the Selected property then? How can I programatically ...
|
| please help with simple syntax question | 17 May 2008 17:56 GMT | 2 |
I was hoping someone could help me with a rather simple syntax question: I have a variable called "partnum" and "plist" ... "plist" is a currency value amount.
|