| Thread | Last Post | Replies |
|
| using openargs to set the recordset of form? | 12 Aug 2006 00:03 GMT | 2 |
I have in one unbound form some fields that gather data that I use to create an sql statement that I want to open another form with. I'm trying to call the form with the sql statement as the openargs value. On the load event of the form I'm opening I'm assigning openargs to ...
|
| Calculation field | 11 Aug 2006 22:37 GMT | 8 |
I am working on designing a form .I want to be able to have a text box field called “total” calculate the weight times qty. One field remains static and this has the weight of product in it “wt”. Another is the “Qty” field and that changes. I created another field”Total” ...
|
| ApplyFormFilter - Please Help! | 11 Aug 2006 22:30 GMT | 4 |
The below code works, so why am I here??? Well, the Select Case cboFieldName cause a repainting which I would prefer to avoid. I would like it sort by whichever field you choose without the repaint, if that is at all possible.
|
| After a list box chosen, Use a cmd button, the list box not select | 11 Aug 2006 22:19 GMT | 2 |
I have a situation where I am giving the user the option of using a List Box or a Command Button. The list box is one choice, and the Command Button is All. If the user first selects the list box, then the choice remains in black. However, if the user then chooses the Command ...
|
| Deselect Listbox | 11 Aug 2006 22:18 GMT | 5 |
I'm using the following code to deselect a selection in a single select listbox. It works but it always leaves a small line. Any to get rid of that line? Thanks
|
| Loop through text controls to setfocus | 11 Aug 2006 22:11 GMT | 7 |
I have an unbound form that is used as a type of worksheet for our users. They will click on various buttons to enable certain controls to enter values. Here is a scenario: There are 6 text boxes that enable with one button. I want to set the focus to the first text box that ...
|
| apiGetUserName Lib "advapi32.dll" | 11 Aug 2006 19:50 GMT | 6 |
I have a function apiGetUserName that uses - Lib "advapi32.dll" to get me the username. But this gets me the windows username with which I am logged on to the computer.
|
| Check for design mode... | 11 Aug 2006 19:09 GMT | 3 |
Hi y'all Newbie question!! How do I check for design mode in code in an Access form? I need to do some cleaning up on the Close event of a form and avoid firing
|
| Change a querie's criteria using a form | 11 Aug 2006 18:57 GMT | 3 |
Is it possible to use a form to select what information is shown in a querie? For instance, one of the sections of the database I am developing is collating issues and concerns addressed by people under certain topics.
|
| OnClose DoCmd: If Form Open In Read Only vs. If Not | 11 Aug 2006 18:55 GMT | 2 |
I'm working on a form that will open in Read Only mode by default. A user can change it to Edit mode by clicking a button. On Close, I want the user to be prompted to save their changes, but only if it was open in Edit mode.
|
| printout | 11 Aug 2006 18:48 GMT | 3 |
I created and Incoice form and a print command that prints the invoice to a report. Is there anyway I can hit the print button once but print 3 copies? Please Help Thanks
|
| checking for the first or last record | 11 Aug 2006 18:19 GMT | 1 |
I have a custom "previous" and "next" buttons. How can I disable them when I reach the first or last record? The form does now allow for additions. Thank you!
|
| Doug can you reply regarding advapi32.dll | 11 Aug 2006 17:54 GMT | 6 |
Doug, Your suggestion to use the sql select user, ... to get the sql login name doesn't work in Access, please look at the
|
| How do I get form results in private folder inside frontpage 2003 | 11 Aug 2006 17:44 GMT | 1 |
How do I get form results in private folder inside frontpage 2003
|
| continuous forms -- setting properties | 11 Aug 2006 16:29 GMT | 2 |
I have a continuous form in which I would like to conditionally set the properties on a row by row basis. For example, if the status of the record is "closed", I would like to disable all controls for the record, some of which are combo boxes. Is there a way to do this when the ...
|