| Thread | Last Post | Replies |
|
| How do I reference the Second Column on a Datasheet Subform? | 03 Apr 2008 15:18 GMT | 6 |
I want to access the value of the second column on a datasheet subform when I click on the first column. How do I reference that value? I know (or believe) that the reference should end with ".Column(1)", but I don't know how to reference the subform
|
| Dialog Box - Visual Basic relation | 03 Apr 2008 15:14 GMT | 11 |
I am working on several dialog boxes. I have one that I've set up called "Available Macros" in which I have a list of macros that the user can choose from. These macros need the file name under the Action - "Transfer Text" updated each time they access the macro from the list ...
|
| make a form have similar behavior then the input function | 03 Apr 2008 14:24 GMT | 4 |
I use to input parameters in a running procedure using the input function. To be able to input mora data using lists, combo boxes and other stuff, I would like to use a custom form instead of the input function. Is there a way to make a form have similar behavior then the input ...
|
| only part working as macro - think need code! | 03 Apr 2008 13:25 GMT | 1 |
I have a combo box [Contact], which when the user types in a contact name which is not in the list, i want a msgbox saying "Contact not in database, please enter now" then a pop up form [frmContacts] to open up for the user to type the
|
| Specify date criteria for subform data | 03 Apr 2008 11:40 GMT | 11 |
I need help to specify date criteria in a subform without using a parameter query. The date criteria would be a fixed date that the user could change from time to time. My desired subform criteria is OrderDate between #1/1/08# and #1/1/2010#
|
| optinal default paramter to function | 03 Apr 2008 10:40 GMT | 1 |
I tried to create a function to receive optional paramter and has default value now as date as following. Public Function myPrepare(Optional FromDate As Date = now(), Optional ToDate As Date= now()) As Boolean
|
| Open an Application inside an Access Form | 03 Apr 2008 10:24 GMT | 1 |
Is there any way to open an application within an Access form? I am working with an emulation program and I want the program to open within a form so that the user doesn’t have to switch between Access and the emulator. I am currently using the Shell function to open the ...
|
| Make Field Enterable | 03 Apr 2008 06:46 GMT | 1 |
My form is based on a OUTER JOIN query. The user wants a note field (actually containing the client’s vendor preferences) based on the client_ID which is chosen from a combo box. The client_ID is taken from a linked table in a SQL Server database that I’m not allowed to touch. ...
|
| http post working, but how do I retrieve the return result? | 03 Apr 2008 06:10 GMT | 3 |
I have a http post in the code of a form, as follows. Set ie = CreateObject("InternetExplorer.Application") smsmessage = Test%20Message HttpString = "http://www.abc.com.au/gateway/etc.
|
| Option Explicit | 03 Apr 2008 05:07 GMT | 1 |
Is it true that on every fisrt line of our module should begin with the "Option Explicit" in order to pruduce the correct output? I have ever experience that calender field using the popup calender was error with the message mismatched format" and it's ok again when I put this
|
| Error in calculated fields dependent upon another field in a form | 03 Apr 2008 03:43 GMT | 3 |
I have an unbound form with several calculated fields. These fields depend upon the value in a combo box on the form. However, when the form is opened all the fields show up as errors before I can even enter the combo box value. If I switch to Design mode and then back to Form ...
|
| docmd.sendobject | 03 Apr 2008 00:31 GMT | 1 |
I use docmd.sendobject to send out my report by emails. The rtf files lost my report format. I just wonder does Access support to send out snapshot format which includes my report format.
|
| Add New record based on last project number | 02 Apr 2008 22:56 GMT | 1 |
I have a form (frmcurrentassignments) based on a query (qrycurrentassignments). The query filters out the projects that don’t have a completion date. On the form there is a control (ar_num) which is the assignment number. It
|
| Calculating the same field with a different date | 02 Apr 2008 22:33 GMT | 2 |
Can I take the information from the current date row and subtract a previous dates information and display it in a text box?
 Signature Thanks for any help you can give.
|
| Conditional Formats Confounded Locked/Enabled Properties | 02 Apr 2008 22:28 GMT | 5 |
I have a field in a sub-form called 'Aneurism' which is a number field. When it's values are between 1 and 3, then I conditionally formatted the color of the bckgrnd to be greeen, taking a red when it's > 3. When I had initially set the field's props in form view, I set ...
|