| Thread | Last Post | Replies |
|
| Opening app | 21 Sep 2006 23:22 GMT | 7 |
I have my app all ready to use. Problem is when I open it using a shortcut to access with startup as my input form, The form opens up fine but behind it I see the access application/development window. I only want to see my input form when I invoke the app.
|
| combo box search | 21 Sep 2006 23:02 GMT | 2 |
i have a combo box that is based on a query. PrimaryKeyID, Lastname, Firstname. I want the user to be able to search on the lastname but i need the PrimaryKeyID stored.
|
| How do I exit a form without saving the entered data in a table? | 21 Sep 2006 22:24 GMT | 8 |
I created a form that takes data entered by users and saves it to a table. I added a "Cancel" button. If a user begins to enter information in the form, but decides not so save it to the table, I want this button to close the form and not save the entered data to the table. ...
|
| Continous Forms (sub-form) | 21 Sep 2006 21:54 GMT | 3 |
I have the following code that resides within a Sub Form which is Continous: Private Sub Action_Taken_Click() If Me.Action_Taken.Value = True Then Me.cboAction.Visible = True
|
| Counting how many times a button is pressed | 21 Sep 2006 20:25 GMT | 3 |
I have a form that has a command button on it that prints a letter for the record that it is on. What the user wants is a report that shows how many times the button was clicked within a specified date range.
|
| Populating row source type of combo box with query dependent upon form field | 21 Sep 2006 20:21 GMT | 5 |
I hope I can explain this thoroughly. I have a main form that shows sale unit data for a particular SaleUnitID. Within that form, I have a subform that allows the user to enter bid data into a bid table linked by SaleUnitID.
|
| email field access, how do I send email through Outlook | 21 Sep 2006 20:19 GMT | 4 |
I have an Access 2003 field "email address", How do I set it so when I click on the email field from the "FORM", it opens up Outlook 2003 new message email form so I can type a message or send an attachment.
|
| Convert multiple cells into one string, with spaces between values | 21 Sep 2006 20:19 GMT | 3 |
I have a column of data. I need to concatenate it into one long string, with spaces between each value. The final; result is a search string, but the number of values is going to vary depending on the number of fails found.
|
| INSERT INTO statement from multiple forms | 21 Sep 2006 20:14 GMT | 2 |
This is what I have: 6 forms that have 5 - 6 text boxes or combo boxes on each form. These text boxes and combo boxes are currently Unbound but that can change if needed. I also have one table (tbl_information). This is what I want: I want the tbl_information to be populated ...
|
| Toolbar buttons into forms | 21 Sep 2006 20:10 GMT | 2 |
I am wanting to put some of the toolbar buttons (find, Undo,etc.) into the form. Essentially it would be a customized toolbar, but I want them in the actual form and not in the toolbar. I don't want the whole toolbar because this is too much for some people to
|
| Automatically resize a tab control | 21 Sep 2006 20:03 GMT | 1 |
I have a tab control that contains three subforms; each of which has been placed under a separate tab. Each subform is different in dramatically different in size than the next. Problem I'm having with this tab control is the size itself. Tab #1 has a very large subform on it, ...
|
| Forms and Queries and Reports | 21 Sep 2006 19:05 GMT | 3 |
I want to have a form with the fields "start date" and "end date" and I would like to be able to enter the dates and hit a button on the form to bring up a report using the dates I entered. I know how to write the query and I know that I can have pop up boxes to enter the dates ...
|
| combo box/command button used to open a report: How? | 21 Sep 2006 18:23 GMT | 3 |
I have a form with a combo box, based on a query showing the primary key (StudentKey) and the student’s name. The combo box is bound to the first column (StudentKey). The combo box is named “Key”. Column widths are 0”,1” I have a command button next to the combo box that I want ...
|
| Reports | 21 Sep 2006 16:41 GMT | 6 |
How do I sum a subreport with two other totals that are in the order ID footer at the end of a report?
|
| Create a report from a form variable | 21 Sep 2006 16:22 GMT | 2 |
My form has a field that allows a number (1-99). I would like to pass that variable to create a report that includes every record that contains the variable. Thanks.
|