| Thread | Last Post | Replies |
|
| how do i open xls document from access using command button in fo. | 20 Apr 2007 23:16 GMT | 1 |
hi i would like to know how to open xl sheet documnet by using command botton in access form thank in advanced
|
| Record Locator | 20 Apr 2007 23:08 GMT | 4 |
I have posted this in the past, but no one was brave enough to take it on: How can I build a record locator similar to the way it works in MSOutlook, where the more characters you type, the closer it moves to your record. And if you type a string that doesn't exist in the table, ...
|
| Fields BackStyle/BackColor Changes Unexpectantly | 20 Apr 2007 23:04 GMT | 1 |
Access 2007 I'm using the following code to filter records in frmHomeInv. Dim strAll As String Dim strSQL As String
|
| button that prompts for a value and then enters it into a field | 20 Apr 2007 22:41 GMT | 8 |
Anyone no where i might find some info on how to do this? I want to click a button on my form, be prompted for a value (similar to a parameter query prompt) and after i enter it and click "ok" it is copied to a field.
|
| combo box selection | 20 Apr 2007 21:00 GMT | 3 |
In my form there is a combo box which has three selection "deposit", "withdraw" and "transfer" depending upon this selection different text will appear in next three text box, for example if the selection is " deposit" then the text box "transfered by" should read "NA". and if ...
|
| Problem with Avg calculation in subform | 20 Apr 2007 18:58 GMT | 1 |
I am having a problem with an average calculation on my form. I have a continuous form with a field called "Score" and that field can either have a numerical value in it or an "NA" in it. I have the following code in "score." =IIf([Score]=0,"NA",[Score])
|
| Input Form Field Names in VBA | 20 Apr 2007 18:45 GMT | 7 |
I plan to write some VBA code for a command button on an Input Form. Can anyone help with answers to the following questions: 1) In VBA, how do you reference the values (field names) of the fields in the previous Input Form that was displayed?
|
| How can i paste my screen shot here in dicussions? | 20 Apr 2007 18:22 GMT | 1 |
How can i paste my screen shot here in dicussions?
|
| recordsource updatable | 20 Apr 2007 16:46 GMT | 3 |
I am really new to VBA, currently I have one form were I create meetings, than another one were the individual is inputted(frmAttendance = qryAttendan = tblAttend) I am opening a form(frmTravel = qryTravel = tblTravel) from a button with in
|
| CREATE a report based on a selection on a form | 20 Apr 2007 16:09 GMT | 1 |
I would like to create a report based on a selection from a combo box on a form. Basically, I want a user to select a value from a combo box that corresponds to a value in a field in my main table of contacts, and the report that is generated just shows those contacts that have ...
|
| Can't see data just saved to table on my form | 20 Apr 2007 15:59 GMT | 13 |
I use a form to enter/update info to two different tables. I have a command button that allows me to create a new record and code executed creates the new record. When I go to the table, I can see the new information is there.
|
| Required fields | 20 Apr 2007 15:00 GMT | 3 |
I need to set up some VB code to alert the inputter that they need to complete a couple of required fields depending on the value of a third field. At present I have some code (below) attached to the BeforeUpdate event of the form that checks for one of the fields but I need to ...
|
| changing cbobox row source through vba code | 20 Apr 2007 13:56 GMT | 11 |
I have a frame which has 2 option.Option 1 and 2. I also have a combo box. I want when option 1 in my frame is clicked, my combo box row source is
|
| How to use an unbound dropdown? | 20 Apr 2007 13:11 GMT | 3 |
I have a dropdown on an Access Form, with its RowSourceType = ValueList, RowSource = "1;2;3", and ControlSource = "" (empty). The value selected by the user will be used only by a VBA script; I don't want to have it bound to anything.
|
| Auto fill | 20 Apr 2007 13:00 GMT | 3 |
I have a product details table. If I key in the part number field, I would like to automatically populate the description and price field in a form I am using. How do I do this?
|