| Thread | Last Post | Replies |
|
| Form Reference to Labels | 15 Oct 2005 06:32 GMT | 2 |
I have a main form called "frm_Main". The main form has three tabbed pages. Each page contains a subform (i.e. page1 has subform1, page 2 has subform2, etc.)
|
| Setting a Default Value as the Value of another field | 15 Oct 2005 02:34 GMT | 4 |
How do I set a default value that displays the data in a previous field? For example: In my form I have two dates - one date is Planned Start date, other is Actual Start date. I would like the default value of the Actual Start date to diplay the date in the Planned Start date ...
|
| Closebutton | 15 Oct 2005 02:21 GMT | 1 |
I am interested in changing the closebutton property in my form's code. The property is listed in the library but throws an error when I try to change it in my code (i.e. me.closebutton = no) Any solutions? What is wrong with this code? Thx in advance.
|
| Selecting from Data Sheet Style Subform | 15 Oct 2005 02:00 GMT | 1 |
I am trying to create a Form with a datasheet type subForm from which I could select a record and click a button on the Form that will use the selected data from the subform to populate values in a MS Word Mail merge. The Form is in data entry mode and has textboxes to enter new ...
|
| multi-select listbox to filter report? | 15 Oct 2005 00:55 GMT | 2 |
Can someone point me to a good article or tutorial on how this works? I have a listbox on a "menu" like form. The user can select one or many names in the list, then click a button which will open a report displaying the details for only the IDs selected in the listbox.
|
| GoToRecord from listbox | 15 Oct 2005 00:48 GMT | 1 |
I have a listbox on form frm_items with 3 columns: 1)name 2)PLU 3)Date Updated
|
| Concatenate criteria strings that refer to multiple fields | 14 Oct 2005 23:59 GMT | 5 |
I am building a search/filter form to make it easier for users to filter data from an underlying table. The form has a subform, 4 textbox controls (project name, filing number, report series, and publication year) into which users can enter criteria, and a 'Search' command button ...
|
| Disapearing Form... | 14 Oct 2005 21:16 GMT | 3 |
I have a form with a subform on it. From the subform i have a feild that's click event is set to the code below. The problem is the form displays for 1n-th of a second or a blink on the screen then disapears. I've tried looking in the Window unhide like the book
|
| Selecting rows from a query issue... | 14 Oct 2005 20:41 GMT | 1 |
I my Access 2000 project, I am using a "select" clause to select certain rows from a query - as opposed to a table. The query I want to select the rows from just happens to include a field in it that has a criteria of "forms![frmPricing].[ContractNo]". I am using this query in ...
|
| Adding pic in form | 14 Oct 2005 19:06 GMT | 1 |
Ok on my form i have a field for a picture, my data table is all set up to add the picture and what i would like is to be able to click on the field where the picture will go and have the file pathway window show up. I think i have to build an event with a mouse click but im not ...
|
| right click copy/paste in access forms | 14 Oct 2005 18:17 GMT | 1 |
I know I can use ctrl-c and ctrl-v to copy and paste in forms. But is there some way to allow mouse right click copy/paste? Users are complaining about a shared database they would like to do so in. Thanks in advance!
|
| CarryOver(Me) on Menu Item instead of Button | 14 Oct 2005 17:54 GMT | 2 |
Instead of a button on my form, I'm using a menu item to duplicate previous record on the form. I'm using basCarryover as my module. Call CarryOver(Me) works fine on the button, but when I use the menu item as a public function, it doesn't the (Me), states it not defined.
|
| Trouble linking forms | 14 Oct 2005 17:41 GMT | 2 |
I'm trying to go from a continuous form [quick time change form] where patients are listed on a single line to a single form [Main] where you can enter additional information, like demographics, etc. on that patient if you need to. I'm trying to do it when they double click the ...
|
| Sub-Form control data population | 14 Oct 2005 17:41 GMT | 1 |
I have a control on a sub-sub-form which sits on a sub-form. I would like to automatically populate the control on sub-sub-Form with data from a control on the sub-Form. How can this be done? Here is the current line of code which should be doing it, however, it does not work. ...
|
| Case Sensitive String Comparisons | 14 Oct 2005 17:40 GMT | 7 |
I am am trying to automatically correct the case of strings entered into a form. Pseudocode: if me!name = lcase(me!name) then me!name = propercase (me!name)
|