| Thread | Last Post | Replies |
|
| Need help with Tabs | 04 May 2008 12:54 GMT | 2 |
I have a form that uses a combo box to control the visibility of two tabs and changes the ‘enabled’ for a third form. This is my code I use to control the tabs: Private Sub cboStatus_AfterUpdate()
|
| Obtain the same value of the form in a subform | 04 May 2008 11:52 GMT | 2 |
In a form called "Order" I have a text box to count the number of product of the subform "Product_List": =[subform Product_List].Form.RecordsetClone.RecordCount and it works: for example 3.
|
| get value of a field in a record set | 04 May 2008 09:50 GMT | 9 |
I would like to set the value of a field on a form to the the value of a field in the last record of a recordset the recordset is a query whose parameter is set from a control on the form. I need to know how to refer to the field in the last record of the recordset.
|
| Sending Email from Microsoft Access using Lotus Notes | 04 May 2008 05:27 GMT | 2 |
How to create a button that send email from Microsoft Access form using Lotus Notes? Thank you so much for your help.
|
| IIF Statement - Expression Builder MS Access | 04 May 2008 03:37 GMT | 1 |
I am trying to use the following expression to search a table for possible duplicates. I am getting an #Name? error. =IIf(DCount("*","[qryContactsExtended]","[Employee_ID]<>" & Nz([Employee_ID],0) & " And [Contact Name] = '" & Replace(Nz([Contact
|
| Hard Code date | 03 May 2008 22:56 GMT | 5 |
I built a database to track membership in our Club. On the form that I record payment of dues I manually change the default value the 1st week of January for the field labeled ‘PdThrough’ e.g. #12/31/2008#. I want to hard code the PdThrough date to read m/d/yyyy. The year ...
|
| Auto Create Records | 03 May 2008 20:35 GMT | 2 |
Hello Gang, I look after events and would like to have a facility that would allow me to generate recurring bookings, without having to enter each one manually. For example, I have a Team that's booked the Rugby Pitch every Sunday for 8
|
| Sub Form Update | 03 May 2008 18:44 GMT | 3 |
Well I am still having fun with this problem. Thanks to " Marsh MVP [MS Access] " for your help. I am trying to be a little more specific with names as I describe the problem again.
|
| CountIf | 03 May 2008 16:54 GMT | 1 |
I'm attempting to generate a total based on these criterion; Time Interval is > 10 minutes (I'm willing to add a yes/no control instead of having Access figure time differences) ID # is ??? (Would like to make for example 3 Totals of 3 different ID
|
| Copying record to another table | 03 May 2008 16:36 GMT | 2 |
I need to copy the record on a form to another table. I have tried various versions of this statement both with and without brackets and parentheses around the field names: DoCmd.RunSQL ("INSERT INTO tblMembers (First , Last) SELECT Me.First ,
|
| MSAccess date format | 03 May 2008 14:10 GMT | 4 |
How can I format for DD/MM only
|
| Custom Commandbar issue | 03 May 2008 13:54 GMT | 2 |
I've got a custom command bar (MyFileMenu), which contains Close and Quit options. On my Splash form, I want the Close option to only be visible if I'm in debugging mode (I've got a function to determine if this is true or false). So in the forms Activate event, I have the ...
|
| How do I Load UNBOUND Image Control with DIB stored in table | 03 May 2008 13:19 GMT | 2 |
How do I load a picture into an *unbound* Image Control when I only have the object itself (stored in a table field) and no filepath/filename? I'm storing a few logos in a table within my mdb. I'm playing with the idea of loading them into my forms & reports at Runtime for various ...
|
| assigning a null value of a date field to a date variable | 03 May 2008 11:50 GMT | 4 |
At some point in the execution of my program I open a dialog box were the user is supposed to enter some info. Among other things he is asked to enter a date in a textbox, but this is optional. When I try to assign this date to a date variable I get the message “Invalid
|
| Open Form On Same Record | 03 May 2008 11:20 GMT | 9 |
I want to have a command button, on form frmDvd, open form frmDvdEdit to the same record that is the current record on frmDvd. Also, I want to be able to 'browse' using the frmDvdEdit (records not filtered). My Primary Key is DvdMovieID.
|