| Thread | Last Post | Replies |
|
| Form coding Help - Part 2 | 30 Mar 2005 20:46 GMT | 8 |
I'm using the following code to set the report name of a snapshot file on save and it works perfectly. ************************* Private Sub cmd_save_report_Click()
|
| Dlookup | 30 Mar 2005 19:17 GMT | 3 |
I can use dlookup to a search for 1 item in a record, but how would you compare a second item to the same record? I used If DLookup("date1", "repairlog", "date1 = #" & Me!dateset1 & "#") Then
|
| How do i link one box on a form to two databases? | 30 Mar 2005 19:02 GMT | 1 |
I have multiple tables and I want fields on each to be filled by a single box on the form. This is for an animal shelter. 1 table is surrender information 1 table is mailing list.
|
| Using a Check box to lock fields | 30 Mar 2005 18:16 GMT | 2 |
I am trying to build a data entry form for my associates to use but I want to have a check box function that is tied to our corporate TERMS and CONDITIONS that will lock all record sources unless the user Checks the box in agreement. What would be the best way to go about this?
|
| copy text in textbox to another textbox on click | 30 Mar 2005 16:48 GMT | 3 |
I have a form with two textboxes. I want to be able to copy and paste the text in the first textbox to the the second textbox by using a command button which is placed on the same form. Is this possible? Any help is very much appreciated
|
| Sort a collection?? | 30 Mar 2005 16:20 GMT | 1 |
I have created a collection as a staging area. I would like to sort the collection. Is there a way to sort the collection> Thank you, --------------------------------------------
|
| Here's a basic one | 30 Mar 2005 15:46 GMT | 4 |
I've never understood the exact distinction between the use of "." versus "!" in object references. E.g., Me.Fieldname versus Me!Fieldname. Can anyone point me to a tutorial that explains the difference? VBA HELP returns nothing
|
| I.D. or color code a file folder | 30 Mar 2005 15:45 GMT | 1 |
How do I I.D. or color code a file folder?
|
| ControlTip text based on data in control | 30 Mar 2005 15:21 GMT | 2 |
I have a simple text box that might not always be big enough to display all of it's data. What I'd like to do is use the ControlTip text to display all the data in the text box. This isn't hard to do by using the Mouse move event to set the ControlTip text to the desired value, ...
|
| Need help with a strange problem | 30 Mar 2005 15:03 GMT | 2 |
Hi to all, I am encountering a very strange problem and I need to fix it. I am using the Access auto wizard to insert a command button on a form to open a form ans show a specific recordset. after it is done with matching
|
| Passing data from a subform to another form | 30 Mar 2005 14:57 GMT | 2 |
I have a main form with a subform. I want to open another form when an item is selected from the combo box on the subform. The new form looks up and displays a record based on the combo box selection in the subform (i.e the combo box displays product descriptions, but the ...
|
| dcount syntax | 30 Mar 2005 14:43 GMT | 2 |
The followingcode works fine: MsgBox Me![test unterformular].Form.AUFPOSID & "show the aufposid" ct = Nz(DCount("*", "serial_number", "[aufpposid]= 15205"), 0) MsgBox ct & "record count"
|
| If then and currency | 30 Mar 2005 14:24 GMT | 21 |
I am having trouble with the code to gray out fields if my total is less than $5000. The graying out part works, but for some reason the number doesn't. I've tried it a dozen different ways. Also, would I place this in On current, On Open or what? The field is a calculated ...
|
| Form to view older values. | 30 Mar 2005 12:12 GMT | 2 |
Thanx for a positive help. I am building a Form based on some queries. There are prices displayed in 'textboxes' of the form.These take theior value from a query.
|
| HTML Help usage by Access | 30 Mar 2005 09:36 GMT | 4 |
Access 2000, Win2000 I have created a HTML help file through Windows HTML Help Workshop. How can I call it from Access to open a specific topic? The HTML Help documentation, is for C language. Trying to translate it for
|