First  |  Prev |  Next  |  Last
Pages: 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
Tennis calendar creation
Hi All anybody knows a way to create an application in order to create and manage a matches calendar for tennis tournament ? Thank you in advance Diego -- Message posted via http://www.accessmonster.com ... 5 Dec 2009 10:45
return to first button click event after another button click event
Hi, Is it possible to - after clicking a command button on a form and running some code to then exit that button click event and wait for a user to click another command button, this then returning code execution to the first command button click event at the point were it left from ? regards Trevor. -- Mess... 4 Dec 2009 03:03
Changing recordset based on multiple checkboxes
I have a form with multiple checkboxes corresponding to various values in one field. I'd like to be able to allow the user to change the underlying recordsource by selecting checkboxes (which would trigger a new SQL statement and associated requery). For testing purposes I put a label on the form which collect... 4 Dec 2009 03:03
TransferDatabase method
Is there an option in the TransferDatabase method which enables you to import an object with the same name (in this case, an updated version) from one database to another, and overwrite the old object with the new one? Right now, the default is that Access puts the imported object into the database with a "1" ... 3 Dec 2009 18:16
Subform/Form Referencing
I have a Subform that resides on numerous Forms. I have a calculated field on the Subform that references a field on the Form. [Cost] - Forms.FormName.[Cost] As I place the same Subform on other Forms, the reference is now incorrect because the Form Name has changed. What coding would I use to replace For... 3 Dec 2009 13:45
Refresh Subform Current Record?
I have a main form with a bunch of subforms on a tab control. For a subform, it has command buttons to launch forms based on those "sub" records. So we have frmMain and frmSub On frmSub I have a nice little code that let's the users know how many sub records they have: [code] Private Sub Form_Current() If ... 1 Dec 2009 16:10
Invalid settings for property
I have a form that has 3 subforms and some extensive coding. Recently when designing and saving, I started getting one or two error messages upon saving the form from design view. "The setting you entered isn't valid for this property. To see the valid settings for this property, see the Help Index for the name... 3 Dec 2009 20:31
Custom toolbar in advanced filter query window
Hi all I've got an Access database that is locked down by giving users access to forms only and each of the forms has a custom toolbar and a very limited menu. The custom toolbar has the Advanced Filter/Query button along with some other filter options for continuous forms. However when users press the Adva... 25 Nov 2009 04:53
DLookup Path problem
Hey there, Instead of changing the code all the time, I stored my path in my table and am using DLookup to grab the path for Importing. Here is my code: strFile = Nz(DLookup("Directory450", "ImportDirectory")) DoCmd.TransferText acImportDelim, "450ImportSpecs", "450Export", strFile Here is the value of the fiel... 23 Nov 2009 16:24
Format Memo field
Hi again. I want the “next” record in a subform (continuous) that holds only memo fields to be a different colour before I enter new data. This because the next records seems to be at the bottom of the form…. I want to format this record in order to distinguish it from the other records ? ... 23 Nov 2009 06:20
First  |  Prev |  Next  |  Last
Pages: 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90