| Thread | Last Post | Replies |
|
| How do yout prevent a form from getting order by hard coded? | 30 Sep 2005 23:10 GMT | 4 |
Hey all, I have a form that is used on average by about 10 people on a daily basis, who all like to see various sortings of the same information. Even without saving somehow, soring gets 'hard coded' into the form itself (when you go into design mode and go to form properties ...
|
| How do I get a value from a control on another form? | 30 Sep 2005 22:15 GMT | 2 |
Hello. I have a listbox on a form, call it "form A" that is populated a table in my database. Also on "form A", I have a button that opens "form B", and closes "form A".
|
| Copying an Object within a database | 30 Sep 2005 21:41 GMT | 1 |
I am using Access 2003 running as 2000. My PC OS is Win XP Pro on a Windows 2003 network. The following is two versions of the VBA code, to copy an object with the database and then save it out to a serve, that I have on a Form, the first is
|
| Unbound form/unbound control calculation | 30 Sep 2005 20:10 GMT | 2 |
My form is unbound as are two controls. User inputs data into each control. I wish to calculate the sum of the two and using VBA test for value, sucha as: If (me.MyCntrl1 + me.MyCntrl2) > 2 then perform task
|
| recordset definition works on one db and not in another. | 30 Sep 2005 20:04 GMT | 1 |
here's my code: Option Compare Database Option Explicit Public Function sibbling1()
|
| Using multiple parameters in querydef | 30 Sep 2005 19:52 GMT | 1 |
I am trying to use the following incomplete code to open a recordset based on parameters. There are two parameters, each a field in the form from which whose module this code comes from. My question is how do I set the parameters for the code?. Obviously I can'
|
| 1000 entries | 30 Sep 2005 19:18 GMT | 5 |
Table for box number. Box number autonumber, location text, description text. Start numbering at 1. I want to build 1000 records. Is there a way to do this without filling in location and description? Like hitting the new record button on the record selector 1000 times making 1000 ...
|
| ADO Recordset interface? | 30 Sep 2005 16:09 GMT | 4 |
I'd like to make a class that would appear to be an recorset for the purpose of binding it to a Access form, yet still be able to create custom properties and methods. Is there an interface exposed by ADO that would allow me to do this?
|
| Help !! VBA code to copy | 30 Sep 2005 15:21 GMT | 2 |
I am using Access 2003 running as 2000. My PC OS is Win XP Pro on a Windows 2003 network. The following is two versions of the VBA code I have on a Form the first is on the local PC "C:\" drive and works the second is on a net work driv a
|
| Bound Form opens to new record | 30 Sep 2005 14:54 GMT | 2 |
We have a bound form that opens by default to the first of several thousand records. We'd like the form to automatically open to a new blank record. What code is necessary to do this? Thanks in advance.
|
| Add New Record | 30 Sep 2005 12:22 GMT | 1 |
I have a subform that I am using for Data Entry however instead of adding a new record, as my command button states, it writes over the record previously entered. If I use the subform on it's own it works fine, when this form is in the
|
| Subform Not showing on Printout | 30 Sep 2005 09:27 GMT | 1 |
I have a main form with a subform on it. I copied all the fields including the subform fields to a report so that I can print the records from the main form. The print screen function works fine, except that the subform fields are blank on the printout.
|
| db name in the title bar | 30 Sep 2005 06:45 GMT | 2 |
Is there a way to show the db name instead of "Microsoft Access" in the title bar when I have the db minimized?
|
| FE Auto Update - NEED SOME HELP | 30 Sep 2005 06:11 GMT | 4 |
OK, well I need LOTS of help, but I'll start with this one...... I am attempting to use tony toews fe auto updater. It works the first time I launch it, creates the autoFEUpdater.INI file. 2nd time the StartMDB.exe file is launched, by me or anyone else, error of
|
| Run Application | 30 Sep 2005 06:04 GMT | 4 |
Hope some one can help I have a command button on a form with the following code on it Private Sub Command81_Click() On Error GoTo Err_Command81_Click
|