| Thread | Last Post | Replies |
|
| A2000: need methods/properties for Office.Filedialog | 02 Aug 2005 16:22 GMT | 1 |
I have Access 2000. I need to make a form where the user choose an MDB file to open, so he can then choose a table, and print the fields listed in that table. I found an example which uses Office.Filedialog. The example uses a property called SelectedItems, but I only want the ...
|
| Many to Many join and subform problem | 02 Aug 2005 15:38 GMT | 1 |
I'm having difficulty executing the forms for a normalized db. It would be nice to include a print screen of the relationships, but that's not possible here. So I will try to explain it as best I can. I have a continuous subform within a single subform within yet another single
|
| check to makesure all dat enter before open a form | 02 Aug 2005 15:16 GMT | 1 |
I have a form that open another form when you click on a button. my question is how do we makesure that all the data require are neter before open the other form ( when the other form open it will perform a number of calculation require all the information in the main form). I ...
|
| You can't assign a value to this object | 02 Aug 2005 15:05 GMT | 3 |
I've looked through about a dozen posts on this subject but can't find an adequate explanation for my particular situation. When I look at the values and properties for the object (txtStatus) on the mainform (Parent) from the immediate window while the code in the subform is running ...
|
| Sendkeys and Sleep/Wait | 02 Aug 2005 14:49 GMT | 2 |
I am positive that I remember that Sendkeys had a sleep option that could be used to allow program execution to continue while I specify the amount of time I wish to wait in milliseconds. I use "ECHO.Wscript.sleep 1000>>_TEMP.VBS" whenever I automate something using a batch file ...
|
| Need Advice for Coding an Asset Tracking Database | 02 Aug 2005 14:36 GMT | 5 |
I am trying to add on to an already complex Asset Tracking Database that I've created and I'm going to try to explain what I'm trying to do. The main form is a Continuous Form called frmAssets. The following is an example of how that data is entered:
|
| copy variable to clipboard | 02 Aug 2005 12:18 GMT | 2 |
Im struggling with a seemingly simple task. I want to implement a Copy function in an application that will compile a the fields of a record into a variable and them place this variable onto windows clipboard. ie something like this
|
| Different resolutions | 02 Aug 2005 11:41 GMT | 6 |
What is the best way of coping with different users (working from different PCs) having different screen resolutions set? Obviously I can design a front-end form that will fit the screen with the largest resolution set, but that form only takes up a quarter of the screen for users ...
|
| Changing back end name and relinking in code | 02 Aug 2005 07:27 GMT | 2 |
I have left couple of posts today(Refresh Table Links In Code?) but the responses I've gotten are not exactly what I'm looking for. I am not trying to connect to multiple back ends, only 1. The problem is the name or path of the back end will change.
|
| form activate disabled? | 02 Aug 2005 05:18 GMT | 5 |
I have a Form that launch a different form (modal). When the user is done adding a new record, it supposingly pass back the new name thru a global var. A txtbox on the original form is updated during the OnActivate event. However, that does seem to work, the on activate ...
|
| Reset a subform | 02 Aug 2005 05:03 GMT | 1 |
I have a subform with a series of option frames and accompying text boxes. Frames and Text boxes are only there for selecting options and generating a total, the individual answers are not saved. When I move to the next record in the parent form, I would like all of the option ...
|
| OnActivate Issue | 02 Aug 2005 04:53 GMT | 1 |
Hi I have an Access 2000 database with a form bound to a table. On the form I have an unbound list box displaying related records. The user can click one of the records to display the related record in a dialog form. I have written code that will allow the user to delete the ...
|
| Exclusive Use of Data Base | 02 Aug 2005 04:46 GMT | 1 |
Is there a way of loging off other users remotely? This will be helpful for me if I need to have exclusive use of the data base to update reports etc Can anyone help me????
|
| Protect data in my form | 02 Aug 2005 03:03 GMT | 2 |
Similar to a previous post but with a twist (no lemon)... I want (nearly) all the fields on my form NOT to allow edits, if one of the fields value is true. Is there a better way to protect the data in my fields based on the users
|
| IIf puzzle | 02 Aug 2005 01:56 GMT | 9 |
I have a table with a field [Rate] and field [Staylength]. I calculate the amount of a guest's stay on a form by multiplying these two fields together ( I don't store this mumber). [Rate] is normaly an even dollar abount like $199 and [Staylength] is always a number like 1 or 5 ...
|