| Thread | Last Post | Replies |
|
| ComboBoxes on Continuous Forms | 08 Apr 2006 04:42 GMT | 2 |
It seems that when I create an unbound ComboBox on a continuous form the ComboBoxes displayed on each record share all the same properties. When a user changing the value (selected record) in one of the combo boxes the values in all of them change. Is there any way to for Access
|
| manipulating "option" buttons in code... | 08 Apr 2006 03:55 GMT | 4 |
Ok, I am going nuts with this... I have several option buttons within a frame so that as you select one option, any other selected option button is now not selected etc.. There is an instance where I want to programatically set a partular option
|
| Removing filter loses bookmark | 08 Apr 2006 03:05 GMT | 5 |
Hi, I'm using Access 2003 on XP. My frustration is that I'm trying to keep the current record current when a user removes a filter. Instead, the first record of the recordset is always shown.
|
| Enable button based on multiple checkboxes - Help! | 08 Apr 2006 00:35 GMT | 6 |
I have a form based on a query that includes a Yes/No field as checkboxes. I have a command button on the form footer that is default at disabled when the form is opened (the checkboxes are all cleared as well).
|
| Auto update history/log | 08 Apr 2006 00:08 GMT | 2 |
Is there a way to auto update a history/log table that is on the many side of a 1 to many relationship. For example, the connecting field is the Company ID but if the company changes its name, number, etc, it is manually logged in the history/log table. Is there a way to auto ...
|
| Save record button | 07 Apr 2006 23:19 GMT | 2 |
I need a button with save on it that saves the current record (if its new or if its been updated) preferably with it changing text from "Save Record" to "Record Saved" on the button, and automatically changing back to "Save Record" if they ammend any field. Can anyone help me ...
|
| OldValue Property Not Working | 07 Apr 2006 21:54 GMT | 2 |
When the value in textbox TypeID is updated I want there to be a Warning through a message box. If the user clicks the "No" button I want there to be an automatic "undo" of the change. The message box displays and the Yes button functions, but when the No
|
| Actions from combo box | 07 Apr 2006 21:41 GMT | 2 |
Hi (again) experts I have a form (Details_Clients_Main) which has a subform (Bookings_Main). At the moment the subform has a lot of buttons on it to send reports and open other forms that are related to the booking using Booking_Ref to make sure
|
| moving to a certain record on a bound form... | 07 Apr 2006 19:06 GMT | 2 |
I have a data bound "main" customers form. I have developed a look- up form for the cust where they can quickly enter some criteria and do search. This "search" form is set as a pop-up. When the user selects the appropriate cust record by highliting the area to the left of the ...
|
| Setting A Date Based on Check Box | 07 Apr 2006 18:54 GMT | 3 |
Hello I have a check box Job Complete when set to true I want to put in todays date Here is the code based on the event after update If Me![Duraweld Job Completion] = True Then
|
| Listbox ListCount Zero or One?? | 07 Apr 2006 18:40 GMT | 2 |
I found this on Deja but there is no resolution and I'm having the same issue. Can anyone help? ************** I have a number of queries which return results in a listbox, I'm trying to
|
| FollowHyperlink | 07 Apr 2006 18:30 GMT | 4 |
I'm running Access 2000. I also have a added a reference to Microsoft Internet Controls. I have the following line of code in a listbox click event Application.FollowHyperlink strInput where strInput is a valid internet address.
|
| Close Btn Confirmation | 07 Apr 2006 18:10 GMT | 6 |
I have used a close button on my forms with the following code: If MsgBox("Are you sure you want to close the form 'Client details'?", vbYesNo) = vbYes Then DoCmd.Close
|
| Requerying subforms | 07 Apr 2006 18:00 GMT | 4 |
Hi, I have a unbound mainform containing a Tab Control with a subform on each of 3 Tabs. My problem is after I update a record on one tab I can't get the other tabs(subforms) to requery. Not so great in VB, but I try hard. Have lost about 6hrs so far on this.
|
| Open form problem | 07 Apr 2006 15:00 GMT | 2 |
I have a command button on a form based on a table tblmonth, which when clicked opens a form to show all data from one table, tblmain, where the date input by the user, txtmontha, is the date which is in a field txtmonthlabela, in the table tblmain. BUT I also only want the form ...
|