| Thread | Last Post | Replies |
|
| check to see if record saved | 13 Oct 2005 19:11 GMT | 2 |
I have a form to create a progress report card for students. Along with the form controls to gather information to create a printed report, I also have a command button to save the record to an underlying table. Is there code or some way that I can check on form close as to ...
|
| Open a Form defined by combo | 13 Oct 2005 18:59 GMT | 7 |
I got a [Combo709] on my [Main] form with some values ("A", "B", "C", etc.) which i want to use to open different forms. The forms names are: "F_A", "F_B", "F_C", etc. I was trying to make a button for this, but when I click it, I get a message
|
| Blank Form | 13 Oct 2005 18:59 GMT | 5 |
I have a strange situation, and I wonder if anyone else has run into it. I have a form with a couple of controls and a subform. I have a menu with a button which runs a macro to open the form. This works fine. But if I open the form in deisgn mode, and view or update the code ...
|
| Listbox Question | 13 Oct 2005 18:53 GMT | 2 |
I made a calendar and in each day I used a listbox to display task that needs to be completed. Everything works fine, but with one glitch. Keep in mind, there are multiple listbox present. If you set the background color to a dark color in the listbox, when you
|
| Matching Unique Fields | 13 Oct 2005 17:51 GMT | 1 |
I have two tables, both have a unique field (AFS). How do I code a textbox that shows only those AFS's that match in both tables?
|
| disbaling of Shift on Startup | 13 Oct 2005 17:36 GMT | 2 |
Access97 I presently use an mdb to disable/enable the Shift on StartUp key on other mdb/mde files. This obviously means that anyone else can do likewise with appropriate code.
|
| Run a query in a form from the switchboard? | 13 Oct 2005 16:57 GMT | 3 |
Does anyone know how to open a query from the switchboard and have the results displayed on a form? I figured out how to have a button on the switchboard open a query, but it always opens it in datasheet view, which I don't want the users to have access to lest they copy the ...
|
| Using the Code Window | 13 Oct 2005 15:08 GMT | 1 |
Hi, all; So far I've managed to muddle through in the code window, but now I'd like to learn to actually USE the code window well. The help is, well, not. So I was wondering if anyone could send me to a tutorial that has a detailed
|
| 3,000+ character SQL string - Setting for this property is too long | 13 Oct 2005 14:12 GMT | 12 |
The query itself runs perfectly and returns the right records. Any suggestions as to how to set a form.recordsource and cmb.rowsource to this SQL string would be appreciated. Thanks
|
| Form does not display updated querydef records | 13 Oct 2005 14:05 GMT | 5 |
The last 2 lines of my code are: db.QueryDefs("qryFrmPlanning").SQL = strSQL frm.Requery "frm" is a form based on the query "qryFrmPlanning". However, in order to see
|
| Locking records | 13 Oct 2005 13:13 GMT | 3 |
I require the ability to lock records in a form. For example, we had an event XXX. The event XXX is complete and everything is processed. Then YYY event comes up. However, people that register are entered in the middle of XXX's events. I would like the ability to lock XXX ...
|
| Listbox column widths and Internationalization !!! | 13 Oct 2005 11:41 GMT | 3 |
I work with the english version of Access 2K, so when I set the column widths of a listbox/combobox dynamically, through code, I have to use the "cm;" unit. When the application is run over the Greek localized version of Access, this gives a runtime error, because in Greek, the unit ...
|
| Recordsource Count | 13 Oct 2005 10:21 GMT | 8 |
I have the following code in the on_Open event of a form opened from another form; If IsLoaded("frmCustInfo1") Then lngCRefNum = [Forms]![frmCustInfo1].[CID]
|
| Users Do not have Access 2003 on their laptops | 13 Oct 2005 08:32 GMT | 5 |
My users only have Access 97 on their machines. Is there a way that I can install Access 2003 on the network and users can use it without having Access 2003 on their machines? Also, is Access 2003 compatible with win98 ?
|
| How do I use ASP forms? | 13 Oct 2005 04:15 GMT | 1 |
I created a database inside frontpage and used frontpage to generate ASP forms. When I uploaded the sytem to the server (with ASP extensions) the forms just display as script. The forms view fine inside of FrontPage. What do I need to do?
|