| Thread | Last Post | Replies |
|
| Autofill from previous record | 18 Jul 2005 22:40 GMT | 3 |
Attempted to preform steps to autofill from KB article #210236 http://support.microsoft.com/default.aspx?scid=KB;EN-US;210236 Only thing different I entered is on step 5 I used Support instead of Customer because thats the form I am attempting to add this autofill
|
| Option Groups & Print Command | 18 Jul 2005 22:26 GMT | 9 |
I have several option groups on a form and a command button that prints the corresponding report. I want to make sure the user selects an option from each group before the report prints. Ideally, I would like if the user missed selected an option from one or more the groups that ...
|
| Form with Password | 18 Jul 2005 22:26 GMT | 4 |
I have a form about Banks..and secret.. I want to use password to open form.. is there any simple way --
|
| Clear textbox | 18 Jul 2005 22:26 GMT | 1 |
Hello May be this is a very simple question. Is there is a way to clear the contents of a certain textbox in a form using VBA code.
|
| handling a large number of records | 18 Jul 2005 22:22 GMT | 1 |
In my database, I may have up to a million records each month. I'm looking for some suggestions on how to handle the next step of the process. The database contains records for about 150 different profit centers. The end result is I need to have a separate workbook for each ...
|
| Design view, size to fit, and form loading | 18 Jul 2005 22:21 GMT | 2 |
I have developed a database application with a moderate number of forms (around 20). As part of each forms design, I have included a header section with a label contral and a footer section with an image control. I have a module that programatically sets various properties such ...
|
| Project/database window | 18 Jul 2005 22:18 GMT | 1 |
In Access 2002 the project(main form) window is stuck under the top title bar of the screen. It was centered, and now I can't move it back- can now only see half of my tables, views, ... Anyone know how to fix this??
|
| Using an Unbound Text Box | 18 Jul 2005 21:58 GMT | 2 |
Here is a quick run down of the situation: tblClient cliAccountNo PK cliFirstName
|
| how do i sort dates truly chronologically? | 18 Jul 2005 21:46 GMT | 2 |
I have a subform representing a subdatasheet's records. I am trying to sort these based on chronological order. I'm hoping there's a really simple way to sort by date that works in a form. Presently, I have extracted DateParts in a query based on the subdatasheet and tried to ...
|
| make a date a weekday (like 7/18/05 = Monday) | 18 Jul 2005 21:45 GMT | 3 |
How can I convert a number date to a word day? I want to give 7/18/2005 and get back Monday
|
| Help on odd requirement | 18 Jul 2005 21:43 GMT | 4 |
I have a standard Purchase order, form and report consisting of a main form and a main report with "header information" and a sub-form/sub-report with line items. The line items consist of an item number, qty, standard price, special price.
|
| Search records that will show up in a list box on a form. | 18 Jul 2005 21:13 GMT | 3 |
I have created a form that does nothing but find records. I have created command buttons that look for specific criteria from the table I created. I don't want the records to show up in a pop-up query table. Is it possible to insert a report in a form? Or, is it easier to have a ...
|
| copying field value to a new table | 18 Jul 2005 20:58 GMT | 1 |
I have created a table with a list of questions to represent a flowchart using yes or no selection from command buttons. When the button is clicked the form jumps to the record that corresponds to the selection criteria i.e.
|
| Access Form, how do I update various fields based on Combo Box? | 18 Jul 2005 20:05 GMT | 1 |
I've got a simple form based on a customer table. I want to be able to pick the name from a Combo Box, (that part works) then have the address, city, state, ect, fields update with that customer's information.
|
| List Box Code | 18 Jul 2005 19:53 GMT | 1 |
I have an Access data project that is connected to a SQL Server 200 database. I have two forms: Employees and Employee List: Employee List has a list box on it. In the double click event, I have placed the following code:
|