| Thread | Last Post | Replies |
|
| Show JPG object indirectly in a field | 24 Oct 2005 01:44 GMT | 1 |
Is it possible to choose in a field between quantified values (for ex. red, green, blue) and so that access will show after the input the equivalent color as a JPG file?
|
| Create a pop up notes box | 23 Oct 2005 21:50 GMT | 3 |
How do I create a pop up notes/comments box in a continuous form? Thanks -- reeve1
|
| Save referenced value | 23 Oct 2005 14:05 GMT | 2 |
I have a form with many subforms. Items are selected on subforms and shown on main form. How can I save what has been selected? Maybe I should ask can the default value of a bound control be a referenced control on subform? Thanks
|
| combo box opens subform from the same table | 23 Oct 2005 12:47 GMT | 4 |
created company form with a combo box to open subform for input data only for that type of company the combo box is company type ( hotel or transportation ) on list click hotel and hotel subform must open and ready for input in fieldd than close the
|
| capture my random selection | 23 Oct 2005 06:14 GMT | 4 |
Is there any way i could save my random selection?...My random selection query is working fine i just want to save it.. thanks
|
| Subform won't rehide | 23 Oct 2005 05:46 GMT | 3 |
Pleeeaaase Help! I have a subform that is hidden until a condition is met. So far no problem. Where I'm running into trouble is after I enter the required information in the subform I can't get it to go away. I have tried various
|
| Cannot update | 23 Oct 2005 05:28 GMT | 1 |
I have a .adp application connected to a SQL Server and I also have a bounded form. Everytime when I try to update the current record and move it to the next record to save it, it always has an error message about "This Record has been changed by another user since you started ...
|
| Combobox needs to update table | 22 Oct 2005 23:33 GMT | 3 |
I have a combobox that sources a table. If the user types a name that is not on the list, how do I get that name posted to the original table? Thanks in advance for your help! P
|
| Open Application | 22 Oct 2005 23:25 GMT | 6 |
Anyone see why this wont work?: Dim oApp As Object Set oApp = GetObject("InviteToInduction.doc", "Word.Application") oApp.Visible = True
|
| Adding fields when one field is blank | 22 Oct 2005 23:09 GMT | 2 |
I have three fields. Rent and arrears and latefee. When arrears or rent fee is blank, I don't get a total. This is what I did in the text field I created. =[rent] + [arrears] + [latefee].
|
| Projected calender | 22 Oct 2005 22:05 GMT | 1 |
I am wanting to create a projected calendar similar to Outlook but I don't quite know where to start or look for help. Can anyone suggest how to do this. I thank anyone that can assist in anticipation.
|
| moving between pages on tab control (new user) | 22 Oct 2005 22:00 GMT | 2 |
1) I would like to make a command button that allows a user to move to the next page on a tab control. I know this question is already answered and I am supposed to use this code: With Me.tabMyTabControl
|
| Keep form maximized on click | 22 Oct 2005 21:51 GMT | 1 |
On the switchboard I created, I noticed when I click on the button t open a form, the form is minimize and I always have to click th maximize button to expand it. Is there a way to keep it maximize whe I open the form for the switchboard?
|
| Checkboxes Subfrom Help | 22 Oct 2005 21:13 GMT | 2 |
I sure hope someone can help me with this. I have five checkboxes for phone accessories (ie: dc charger, ac charger etc..) Currently I have it set so that when any of these are checked true they bring up a hidden subform to record date given out and reason why. The
|
| Afterupdate when and how | 22 Oct 2005 15:09 GMT | 4 |
I have a form 'klaarzetten' in which I want to track changes made on the form.The form contains two subforms. The table 'Klaarzetten' contains two fields (veranderop-(date), veranderddoor-(numeric)).
|