| Thread | Last Post | Replies |
|
| My Intellisense Dropdown List | 07 Nov 2005 03:27 GMT | 6 |
I have a tblInvoice with 2 fields: invTransactionCode and invPaymentCode. I built frmInvoice from tblInvoice. Subsequently I renamed these 2 fields in tblInvoice. The new names are: invTransactionType and invPaymentType.
|
| Zoom | 07 Nov 2005 03:26 GMT | 3 |
Is there any way to zoom in on a report or form when in design mode? I have looked around 'View' and 'Window' on the tool bar, but could not find anything. It would be nice to be able to zoom in when working on the little details of a large form or report.
|
| 2 Combo Boxes the second requiring selection based on the first | 07 Nov 2005 01:49 GMT | 3 |
I have a order details subform opened as a datasheet. The first column is the product id that I display using a combo box that actually displays the product name. The next column is the product size column. I only want this to display the sizes available for the product that ...
|
| Changing Source Object | 07 Nov 2005 00:56 GMT | 1 |
I have a main form frmAdmin with a subform "sContacts" on it. I need to change the subform object to bring in another subform name 'sfrmProfile" But it's not changing. I'm not linking anything because I'm bringing in ALL the records.
|
| SQL Synatx Incorrect | 06 Nov 2005 22:52 GMT | 6 |
My SQL code keeps stopping it says that it wants a semi-colon at the end. I tried but I can't seem to find where it wants it! Could it be the [UsageDate] = Date(). I need the usage date to equal the current date.
|
| Problems when referencing a closed form | 06 Nov 2005 22:39 GMT | 33 |
Access 2002 The problem I am about to describe can be worked around (via On Error Goto), but I would still like to understand why this does not work or how I can do I what want to do without resorting to On Error Goto
|
| Automatic way of switching keyboard layout from one language to an | 06 Nov 2005 19:36 GMT | 2 |
What is the way of switching the keyboard layout from English to, lets say, Russian, when a certain field in the data entry form gets the focus? My operators sometimes complain that they have to switch the layout manually in order to be able to
|
| Subform Change with Click of Radio Button | 06 Nov 2005 16:31 GMT | 3 |
I have a form with radio buttons on it and one subform at the bottom of the form. I want to be able to click on the radio button and have the subform source object change to populate with a new subform. For example, if I click on MAResults radio button the subform populates with
|
| HasData property for a subform?? | 06 Nov 2005 16:28 GMT | 10 |
I'm working with a subform on a main form, and was wondering if there is a HasData property (or something similar) that I can use in the code to figure out if the subform has any records or not. The subform is a bound form, linked to the main form. I can use Count, but if there ...
|
| Combo by selecting "All" or "Specified" Department | 06 Nov 2005 15:05 GMT | 1 |
I have a list of department using combo dropdown. I want to add "All Departments" on top of few departments on the list. When I want to select "All Departments", it will give me all departments. If I want to select one department, then give me one department on the report.
|
| Delete subform rec - Cancel | 06 Nov 2005 09:52 GMT | 4 |
A2002, I have a subform (continuous form) with parent child link to main form. I have a button on the subform to delete the selected subform record. When user clicks button, it asks to confirm deletion (default access message, not my doing).
|
| sorting cbo with 'all' selection | 06 Nov 2005 02:59 GMT | 4 |
using the code below as rowsource - is there a way to control the order of selections with ORDERBY in this SQL? I tried creating a sorted query for the cbo but still didn't change the order in the cbo?
|
| Combo Box Question | 06 Nov 2005 01:20 GMT | 3 |
I'm using Access 2K and W2K. I have a combo box (Combo0) that allows the selection of a last name. I have the following lines of code to see if it is empty when I process the data:
|
| AllowDeletions | 05 Nov 2005 18:35 GMT | 3 |
I have the following lines as part of an Event Procedure: Forms![Physician].AllowDeletions = False stDocName = "Physician" stLinkCriteria = "[Physician_ID]=" & "'" &
|
| Record Selection | 05 Nov 2005 17:23 GMT | 2 |
I have a form that displays all the Purchase Orders for a given Vendor. Among the columns are VendorNum and PONum. I would like to be able to have the user select one of the records, then click a button that would pull up the details of the PO on the selected record. Is ...
|