| Thread | Last Post | Replies |
|
| Switchboard form to open another form based on combo criteria | 27 May 2008 20:50 GMT | 6 |
My main form when the database is open is HelpDesk Switchboard. I need a shortcut or something to open another form called HelpDesk info based on a combo box listing our 3 company locations from the HelpDesk Info form. I'll just call the locations L1, L2 and L3 for simplicity. ...
|
| create a similar form | 27 May 2008 20:50 GMT | 1 |
Because most of data entry forms have similar functionalities, are there any easy way to void to do all the similar functions and design. I undersatnd that I can copy and paste and modify the one. The problem is there are differnnt forms to maintain after I modify
|
| Filtered field goes blank | 27 May 2008 20:50 GMT | 2 |
I am trying to filter records in a form using two combo boxes with the following in the after update event of each: If IsNull(Me.cboFilter1) And IsNull(Me.cboFilter2) Then Me.FilterOn = False
|
| Can I group controls together and apply code to the group | 27 May 2008 20:50 GMT | 5 |
I've got a form with lots of entry fields. When I open the form I want them to be invisible but then, under certain circumstances want to make them visible again. They may go back to being invisible later. I was wondering if there was any way to change a property to a group of
|
| Disabled Text Boxes Based on Value of Another Text Box | 27 May 2008 20:50 GMT | 4 |
I need to disable two of my text boxes based on the value of another. I want to use something like this but am sure I am not using the correct syntax. If Me.Branch_Code = "SFCO" Or "SFPA" Then
|
| Fill choices in combo box from a directory of documents | 25 May 2008 20:31 GMT | 1 |
I have the following code: Private Sub Command0_Click() Dim strDirPath As String Dim strOutDocName As String
|
| A button command to dial Skype? | 25 May 2008 13:49 GMT | 4 |
I have a friend who uses Skype for his phone calls. On his contacts form I'd like to put a button next to the phone number that would dial out on Skype. Am I dreaming? ** Posted from http://www.teranews.com **
|
| Overlapping controls | 25 May 2008 12:54 GMT | 2 |
On many of my forms, I have controls which completely overlap. Depending on certain factors, I make the uppermost or lowermost control and its associated label visible. However, whenever I need to make achange to the form design, I find it
|
| Adding an extra record base on value selected on current record | 25 May 2008 06:55 GMT | 7 |
Hi. Working on a split db 2000 and have a form with a subform where I want some special action to take place. (frontend on local machine - and backend on shared folder). On my main form I also have a sub form. Applying a new record in
|
| List Box transaction | 25 May 2008 02:55 GMT | 1 |
I have a List Box to which I attribute a recordset to the property recordset of the same because I want to use transactions, until there everything ok. The problem happens when I update recordset, same giving requery in the list box, he doesn't exhibit the updated data. Which is ...
|
| List Box or Combo Box | 25 May 2008 02:48 GMT | 4 |
Please help - I have a list box (unbound) on a form that is populated by a Table/ Query search (set up through the wizard when the box was made). What I would like to do is click on an item in that list box and have it's
|
| ADO Access Problem from Form | 24 May 2008 22:27 GMT | 2 |
I'm currently faced with the following problem: I have a form "frmBasic" that has three text boxes txt1, txt2 and txt3. They hold respectively, last name, first name and city. I would like for the user to be able to enter just a last name in
|
| Update field on one form from nother | 24 May 2008 19:58 GMT | 1 |
I have a form 'Frm_New_Booking'. On it I have a button to open another form with a calendar on it so the user can select a date. The result ends up in a variable 'The_Date'. There is a button on the form to close the form. I want the value of the variable 'The_Date' to be ...
|
| Completing field on subform from command button on main form | 23 May 2008 21:25 GMT | 3 |
This is a simplistic version of what I need to do. I have a form named frmCLIENT with a subform named sfFAMILY. On the form frmCLIENT I have a command butten and when I press it I want it to automatically complete a field named CHILDREN on the subform sfFAMILY with the word ...
|
| unbound form subform | 23 May 2008 20:53 GMT | 4 |
I have an unbound form on the data entry and would like to add a subform of it. The Access does not let me link child and mater field, because it is unbound form.
|