| Thread | Last Post | Replies |
|
| Opening Form in Alphabetical Order | 25 Mar 2008 16:31 GMT | 3 |
I've forgotten what to do in order for my Form to open in Alpha order. Can someone help? Thanks.
|
| Natural Vision Correction System | 25 Mar 2008 14:13 GMT | 1 |
Press Release FOR IMMEDIATE RELEASE: Rebuild Your Vision Program Helps Thousands Naturally Improve Vision Natural Vision Correction System Attains Phenomenal Success
|
| No space in front of Name | 25 Mar 2008 14:08 GMT | 2 |
I am looking for help with a field in a database that some people like to enter a space before a name into it. I know that the code If KeyAscii = vbspace then keyascii = 0 omits spaces but I only want the first space eliminated in case they enter one.
|
| Table Cannot be Manipulated Programmatically | 25 Mar 2008 13:12 GMT | 1 |
I want to be able to copy the last record in a table a number of times and append those copied records to the table. I was able to create an Append query that handles this. My normal data entry to this table is done via a form bound to the table. I want to be able to run my ...
|
| cann't save data to table | 25 Mar 2008 12:22 GMT | 2 |
I am doing a parts list inventory . so I have a form named View_all_parts that show the whole parts in Continuous Forms, and I have a command button at the end of each record that open invoice_form and retrieve some data for a specific record ,
|
| calculator on the form ? | 25 Mar 2008 12:17 GMT | 5 |
Does anybody know some referemce how to build a simple calculator on the form ?
 Signature Message posted via AccessMonster.com
|
| Get $0.00 to display on a Currency text box on a form | 25 Mar 2008 11:42 GMT | 2 |
I have a form that has a text box whose format is Currency. The control source is a DLookUp function to a Query. When the result of the DLookUp has a value, it displays in the text box correctly (i.e.; $234.78). When the DLookUp returns NULL, the text box on the form is blank. Is ...
|
| Copy 3 separate records from form into 1 row of table as new entry | 25 Mar 2008 11:33 GMT | 3 |
I have a form that has 3 fields. 1 is the date (default = Date()), the second is a value which is populated by a query into the form field, and the 3rd is a number (1, 2 or 3 etc) I would like to copy all those 3 records to a single new record in a table
|
| Hightlighty text search Result | 25 Mar 2008 05:26 GMT | 2 |
I almost finished developping my church membership database. In addtion to members, I also have here a chruch board minutes of meeting. by the help of many good friends here in this forum I also have created the text search of committee minutes of meeting.
|
| Select tab control and all controls within? | 25 Mar 2008 00:33 GMT | 1 |
Is there an easy way to select a tab control and all the controls within it on each page so I can move it around my form?
|
| form does not accept data? | 25 Mar 2008 00:13 GMT | 7 |
I have a form that draws name and other info from one table and then is supposed to assign new data to one of four tables related to it. Form brings up names from the list but when I try to enter in new data, it just beeps at me. I can enter data via subdatasheets, but not via ...
|
| Keeping a value in a textbox | 25 Mar 2008 00:12 GMT | 1 |
I am updating a table via a form using the table as the data source. I can't seem to get what I want to work. I have an OrderNo, RouteID and DeliverySequence field. The RouteID and DeliverySequence are the fields I need to put data in. They
|
| hyperlink | 24 Mar 2008 22:59 GMT | 2 |
I have a DAP set up to review list of literature on hand. I need to have a button set so that when clicked it will open pdf file located on server for item number of literature for each record. I can get it to the file where all the pdf's are located, but I cannot figure out the ...
|
| Writing a Word 2003 document from Access 2007 | 24 Mar 2008 22:27 GMT | 1 |
I wrote a simple program in Access 2007 VBA that creates a Word document, takes data from the form and inserts it into the Word document. In order to do this, I open Word using the following: Dim AppWord As New Word.Application
|
| Export form definition | 24 Mar 2008 21:28 GMT | 5 |
Is there any way to export a forms definition to a text file, built into Access 2003 (similiar to the VB6 form files)? I can probably write a relatively simple routine to select a form, write all of its properties to a text file, then loop through its controls, and write
|