| Thread | Last Post | Replies |
|
| deletion of records | 15 Feb 2005 21:35 GMT | 1 |
I have a list of names and I wish to give my users the ability to add to and delete from this list. The deletion process is done through a separate form the contains a combo box of all names. The user selects the one they want to delete and hit the "delete" command button. ...
|
| Email Form | 15 Feb 2005 21:25 GMT | 1 |
I have a form that is used for entering network related problems. I would like to add a button on the form that emails the information to a technician. I tried this before but it sent me the entire table instead of just the information that was entered into the current form. How ...
|
| Locking Input | 15 Feb 2005 20:46 GMT | 1 |
The next question have about my work orders project is about preventing employees from editing data they previously entered. The nature of the form I am designing is that certain information needs to be entered at one point in time then at a time in the future, like a week
|
| Command Button Code | 15 Feb 2005 20:27 GMT | 6 |
I have a command button in one form that I use to open a second form (with the second form opening to show the record that was open in the first form). However, if the record in form one is not first saved then the second form just shows a blank.
|
| Dynamically loading sub forms.... | 15 Feb 2005 19:27 GMT | 3 |
I have a master form on which I want to be able to dynamically load various subforms - depending on a user selection. The user selects options on the left side of the screen and I want to be able load the subform directly onto the main form (on the right hand side) which contains ...
|
| Adding new records after opening a form with a switchboard | 15 Feb 2005 19:19 GMT | 6 |
I have a form in my database which draws its data from a query. When I open the form from the database window, it opens in edit mode and allows me to enter new data. So far, so good. However, when I open the same form from the switchboard, with a command to open in add mode, ...
|
| Aligning labels and text boxes | 15 Feb 2005 18:27 GMT | 1 |
OK, I'm new to Access forms and what is really driving me nuts is aligning the labels and text boxes. I carefully design a form on paper and when I try enter the measurements on the form I notice that Access will change the location, not by much, but just enought to drive me ...
|
| printing directly from a form | 15 Feb 2005 18:23 GMT | 1 |
I've been working on a request from a user of a database I've created to expedite parts transfers between facilities. I have a form (in datasheet view) that database users use to enter requests. The users that fill these requests like to print this datasheet form rather than ...
|
| Calling Parameters in Query by a FORM | 15 Feb 2005 18:00 GMT | 1 |
I have created a select query using parameters that reference my form (combo box). When I run the queery in the query menu, it works fine, but when I use the form I created, it always chooses all records rather than the one I chose in the combo box. Can anyone help with this? ...
|
| vba coding | 15 Feb 2005 15:58 GMT | 2 |
I want to set up a form where the user selects a UPC number or many UPC numbers from a list box and then clicks on the button where a certain report will be previewed or printed of the information of just the UPC numbers that were selected. I will have over 500 UPC numbers in my ...
|
| Using Excel data in Access... | 15 Feb 2005 15:36 GMT | 1 |
Hello... This is table in Excel. I need to take Product, Price1 & Price2 from their cells and transfer them in Access table. How to make this?
|
| Search Function On Form | 15 Feb 2005 15:33 GMT | 2 |
I am trying to build a search function on my form. My table is called Driver Schedule. Sometimes on any given day a driver can work 2 to 3 different routes to make up his daily schedule but never the same route on any given
|
| combo box | 15 Feb 2005 15:27 GMT | 1 |
Is it possible to create a combo box so that users can add and delete entries in the drop down menu? If so, how can this be done? Thank you in advance for any assistance. LB
|
| Multiple Listboxes and Control Range | 15 Feb 2005 15:21 GMT | 1 |
I have a form with 4 listboxes and 1 set of text boxes for a Date Range that i want to use as selection criteria to pull up a report. I have been able to pull the report with one list box and the date range but it will not work with more than one listbox. I am using Where ...
|
| Search Box & Combo Box | 15 Feb 2005 15:05 GMT | 1 |
I've created a search form such that the user can input a keyword into a text box and it will search for that keyword in a number of different fields. ie. lets say my fields are Name, Address, City, Zipcode, Phone number
|