| Thread | Last Post | Replies |
|
| How do I change a form style (from sandstone to industrial, e.g) | 19 Oct 2005 16:40 GMT | 2 |
I created a form using Access form wizard and selected a style. Now I want to change the style, but I don't see how.
|
| msgbox not working | 19 Oct 2005 16:27 GMT | 1 |
I got the following code somewhere, Cant remember where but I would like the code to send a message to the employees that are logged on, to log out(that is what the message contains) loggedon is the listbox that contains the list of people loggedon.....
|
| subform | 19 Oct 2005 16:16 GMT | 1 |
I have a main form and subform, the main form pulls infor from an emp query when the emp # is typed, the subform has an emp # field that is filled in with whatever emp# is typed in the main form. When I run a query that uses the emp q and the badge table and I connect them by ...
|
| Blank Forms | 19 Oct 2005 16:09 GMT | 1 |
I am running a query that links several tables. When creating a form and linking that form to the query, I can view the form structure in Design View and Datasheet View, but not in Form View . . . it's blank. At times if I structure the form data in the "Page Header" and not the
|
| Filtering a subform from a Form | 19 Oct 2005 16:01 GMT | 2 |
I know this subject has been covered allot, but I don't think I am getting it. What I am trying to do is basically actively filter a sub form based on what the user puts in a textbox on the main form. Additionally, I am trying to have the filter return records that contain the ...
|
| Form, 3211 Error, could not lock table, already used in form. | 19 Oct 2005 15:36 GMT | 11 |
Help, I have a "3211 Error", could not lock table, because it is already used in form. How to refresh a table shown on a form, when it is altered by a VBA procedure called from the same form?
|
| Two Page Form | 19 Oct 2005 15:01 GMT | 2 |
I have an existing Form that is too long and, I would like to split it into two pages. How do you do this? Thanks, Walt
|
| Open User-Level Secured Dbase | 19 Oct 2005 14:39 GMT | 2 |
Hi; Ran the Security Wizard. It all ran correctly. But it doesn't tell You how to open the DBase after it's been secured.
|
| Combo Box list based on choice selections | 19 Oct 2005 14:14 GMT | 11 |
I have a form that has many different option groups. I would like to populate a combo box with all the fields where option two was selected. I thought about a query, but I need to do it only for the given instance of the form. Tyra Horner
|
| Fields in Sequence | 19 Oct 2005 14:04 GMT | 1 |
I have arranged a table in msaccess. Under the table I made address fields such as : Name, Tele#, Dept, Location. After I input data in Name filed the cursor goes to Dept field instead of Tele# field after I press enter key. I need to go the curor in the above sequence : Name, ...
|
| Q: on a simple form design | 19 Oct 2005 13:55 GMT | 4 |
Perhaps I'm not seeing the trees in a forest but I'm totally stumped. I've two simple tables, CUSTOMERS and EXPENSES. The latter has CUSTOMER_ID as a link to the first table (CUSTOMERS.CUSTOMER_ID <-> EXPENSES.CUSTOMER_ID).
|
| subforms in an Access Project | 19 Oct 2005 13:55 GMT | 1 |
When using a subform in an Acess Project, it will allow me to view the data but not edit. Is there a property setting that I am overlooking that permits edits. In some cases the subform will not be visible upon opening the parent form. What is the cause of this behavior.
|
| Command from Text Box | 19 Oct 2005 11:28 GMT | 1 |
I have the form with two text boxes: cmd - where I put text: "me!desc" desc - where I put "result" I'd like to run a code
|
| Printing a Report by clicking on a button | 19 Oct 2005 10:14 GMT | 2 |
I have a simple form that allows the user to walk thru the records in a table. On the form i have put a button. When the user clicks on the button i want a report for that record only to print. Max
|
| Continuous Forms - Event Fire on Each Record? | 19 Oct 2005 06:11 GMT | 6 |
I know on reports you can use the Detail_Format to run code against each individual record, is there a way to do that on a form? Thanks.
|