| Thread | Last Post | Replies |
|
| i need help | 08 Sep 2005 14:22 GMT | 4 |
I had 2 tables: table1: table2 stockno qtyonhand qty_sales customer stockno i want to create a form(sales form) that will issue to a customer. A form
|
| memo type | 08 Sep 2005 06:21 GMT | 1 |
How do I define a memo or data type larger than string in Access code? Thanks.
|
| changing subform recordsource | 08 Sep 2005 02:12 GMT | 1 |
How can I chang a subform's recordsource from parent form code? This doesn't work: Me!<subform>.RecordSource = strSQL Ideas?
|
| Continues Form | 08 Sep 2005 01:38 GMT | 4 |
Can someone please give me step by step instructions for creating a continues form that shows the results of a SQL query.
|
| Changing Row Source on Combo Box | 07 Sep 2005 22:47 GMT | 1 |
I have a main form that contains client data including a client number. The main form has a subform that contains test prices. I have a default price list and a special quotes price list: rftbl_SQPriceList
|
| Spreadsheet data import | 07 Sep 2005 22:22 GMT | 10 |
Have in import routine that calls a number of sheets, how can I avoid an error message if the file does not exist? This is my code: DoCmd.TransferSpreadsheet acImport, 8, "tblmamprospects",
|
| Forced Entry into a form field | 07 Sep 2005 22:11 GMT | 3 |
I have created a form and am trying to force entry in each field. Each field is not to be null. I tried entering is not null in the validation rule - but that only works if the individual enters information then tries to remove it.
|
| Default combobox line | 07 Sep 2005 22:07 GMT | 11 |
OK, I've got a form that works fine with the user selecting a combobox entry that is required manually. I want to set the default when the form is opened so you only need to do that if the default isnt what you want.
|
| Combo box on subform to fill text box on main form | 07 Sep 2005 21:52 GMT | 1 |
I would like to be able to select an option from a combo box on a subform and have the value show on the main form. Also wondering if I can split a combo box between subforms and still accomplish the above field fill-in.
|
| Re: Visible property | 07 Sep 2005 20:55 GMT | 2 |
I was using Access 2003 to develop an application and had a host of problems with OLE server connections or Active-X server connections. So, I was forced to go back to Access 97. Now, what I have is that I have a check box which when checked a couple of
|
| How to use unbounded form to retrieve recordset from Stored Proced | 07 Sep 2005 16:56 GMT | 1 |
Hi all, I am new in using Access to get recordset back from SQL Server. Here is my problem: I am using ADO to access MS SQL Server. I also have a unbound form. Question is what do I need to do on Stored Procedure to return the recordset
|
| Retrieving the [autonumber] | 07 Sep 2005 16:48 GMT | 10 |
Can anyone tell me how to retrieve the [ autonumber] when executing a Docmd.runsql statement on a table that has such a field. When i do a INSERT INTO statement the autonumber is automatically generated. But i want to use that number also in one of the other fields of the table...
|
| All values in subform not showing | 07 Sep 2005 16:37 GMT | 3 |
I have a main form and a sub form based on it linked by SiteName. In the subform I have two combo boxes for Supplier & ProductName. I have the ProductName combo box based on the value in the Supplier combo box, this is done by a query.
|
| Updating values in combo boxes | 07 Sep 2005 15:47 GMT | 3 |
I’m having a serious problem with a combo box. I need it to tell me whenever its value is changed. At the moment, I am testing its current value against its .OldValue property. Problem is, the .OldValue property refers to the value it held when the form was loaded, which gets out ...
|
| VBA Controll Names and Form Controll Names are not syncronising. B | 07 Sep 2005 12:38 GMT | 2 |
I added a number of controls to an Access 2003 form. I then painstakingly named each control using standard naming conventions. IE change Command2 to cmdGetRecords. When I move from the form designer in Access to the VBA coding environment, the names sometimes have the old ...
|