| Thread | Last Post | Replies |
|
| getting unwanted default parameter dialogs when closing parameter | 28 Mar 2007 02:47 GMT | 1 |
I have a parameter form attached to a report that is based on a stored query. If I close the form with the close button, the default parameter diolog boxes for the report/query appear as if it's still trying to run the report/query. How can I cancel this action when I close ...
|
| Entering Data into a form | 28 Mar 2007 02:02 GMT | 1 |
I have developed a database with associated forms and table that are working pretty well. One of the tables is titled "Part Number", another "Customers", another "Revision level". When I create a new record by enterring the part number that let's say was "D1234" and the ...
|
| Setting the recordsource for a pivot chart | 28 Mar 2007 01:52 GMT | 1 |
I am trying to use a pivot chart in the front end of a spit Access database that displays data from the back end. I would like to use a client side recordset as the source of data for the chart but can't seem to get past first base. Can anyone help me with details on how to set ...
|
| Set values back to zero | 28 Mar 2007 01:50 GMT | 1 |
I have saved the data I need for last year. Now I need to set values of multiple fields back to zero in order to enter 1st quarter data for new year. I was hoping to program a button on the form to return all values of the fields back to zero. I thought I found this answer ...
|
| More on List Boxes | 28 Mar 2007 01:05 GMT | 12 |
Thanks for replying so quickly Ofer Cohen. Listbox A refers to data in table tbl_Accounts, keyfield is Account_ID Listbox B refers to data in table tbl_Parts, keyfield is Part_ID, also a relationship filed is created called Account_ID
|
| Can't get form to hide | 28 Mar 2007 00:23 GMT | 1 |
I have a form "Authorizaton", which happens to be the autoexec form on my database that authenticates the user silently (checks the windows login name against a user table), then logs the user's entry in a log table. I want it to stay loaded, but invisible for the user's entire ...
|
| button arrow / new button bmp | 28 Mar 2007 00:18 GMT | 2 |
where do i get buttonarrow.bmp or new button.bmp immage i tried to locate in format picture builder but couldnt locate this. please help . Thanks in advance
|
| Opening another instance of access. | 28 Mar 2007 00:13 GMT | 3 |
I have created two separate DB's and wish to access the seccond db via a command button/switchbord command from the first (main), and i am currently not able to do so. (it's coming up with errors, as i am using the 'Run application' command wizard.)
|
| Tracking changes in records | 28 Mar 2007 00:11 GMT | 9 |
I am building a database which I want to track current and historical changes to employee information. For example I want to be able to report on current employee location, supervisor, etc... and past employee information. I am stuck with how to get the query to work and how to ...
|
| Displaying Pictures in Columns on a Form | 28 Mar 2007 00:05 GMT | 1 |
I have a form which displays (1) Teacher Name and (2) Teacher Picture. On the same form, I have a Subform with pictures of all the Students associated with the particular Teacher. Each pic of the Student shows, BUT, if there are more than 4 or 5 students, the pictures begin to ...
|
| How To Filter Combo Box Items And Display First Item | 28 Mar 2007 00:03 GMT | 2 |
I have two tables, say, TblA and TblB. There is a one-to-many relationship between TblA and TblB. I have a form where I can navigate between each record in TblA. (So, that works fine.) In the form, I have a combo box where I want to display the records in TblB that are ...
|
| Displaying a subform total in a form | 28 Mar 2007 00:02 GMT | 5 |
I've posted before, but I lost where my post ended up. I've got a column in a subform which I would like to take the total of. I've put: =Sum([Candidates]) in the subform footer and put:
|
| form design problem | 27 Mar 2007 23:58 GMT | 4 |
I'm fairly new to form design and having difficulty extracting data from one table to include in another table. Table1 has field "software" and "version". Table2 has "computer" and "date of installation" and "software" and "version". I've created a form with Table2's fields.. ...
|
| Possible for both ways for Date Entry on a txtField? | 27 Mar 2007 20:44 GMT | 3 |
I have a field (IssuedDate) on a Form for the users to enter the date, in order to give the convenience for the user, I have set up the some key-codes for them to input instead of typing the full date and it works out great. (I've learned that from one of the old threads, but I ...
|
| Alter zoom text default font | 27 Mar 2007 19:35 GMT | 3 |
We use replication and so are required to have memo fields unbound. That means text cannot be entered directly into them. Instead, we have a command button that brings up the "zoom" window, which is not a control with editable properties.
|