| Thread | Last Post | Replies |
|
| Left align then space | 22 Mar 2006 20:43 GMT | 5 |
Hi I have data in an address field called CFAddress which has had the data entered by a lookup process, when I tab back into the field CFAddress all the data is highlighted. Is it possible to set the cursor to the left of the field and the data moved over one space so that I can ...
|
| Access app start .net 2.0 winforms app | 22 Mar 2006 20:42 GMT | 1 |
I have an MS Access 2003 app which I want to startup a .net 2.0 winforms app by executing it's exe. Can this be done and how?
 Signature moondaddy@nospam.nospam
|
| Forms are not "static" on my screen. | 22 Mar 2006 20:39 GMT | 2 |
I have several forms in my application. When I'm in development mode, with the development toolbars at the top of my screen. I can get the forms to open pretty much in the same place; but when I remove the development toolbar at the top of the screen. The first form, my ...
|
| you cannot add or change a record | 22 Mar 2006 20:28 GMT | 3 |
The user can add some data to a form but decide not to finish. They click the close button, the "X" in the upper right hand corner. How do I trap for this and if something is entered on the form ignore it. I'm receiving the error "You cannot add or change a record because...". ...
|
| How Update From Dropdown? | 22 Mar 2006 20:03 GMT | 1 |
My form shows a field (CoverAuthor) from one table (Donors) which can be changed only by selecting a field from another table (Authors.) What is the best general strategy? I really would like the form to show a dropdown that simply shows the
|
| On open event for form | 22 Mar 2006 18:43 GMT | 5 |
Is it possible to have a form open up (in a secured database) to display only the records of the person sign on and if Admin or Full Permissons to display all records within the form?
|
| Hiding Columns in a Datasheet Subform Based on an Option Box Selection | 22 Mar 2006 18:10 GMT | 2 |
I have a Database in a Home Furnishings company. The Buyers want to have different Excel-like views of data based on the task at hand. My plan was to have a Main form with basic drill down criteria, linked to a
|
| Calendar | 22 Mar 2006 16:46 GMT | 2 |
There is no calendar activeX control on my access 97. How can I program a calendar and attach it to a combo box? Thanks J.
|
| Clearing fields on a form | 22 Mar 2006 16:36 GMT | 1 |
I have a form linked to a table that has a key(ID). They wanna use that id again but change all the info. The easiest was is to just enter the new info over the old. But I would like to delete/clear all the info out. In the code I did an edit and set the text fields to " " ...
|
| update unbound box | 22 Mar 2006 16:19 GMT | 2 |
I am trying to create a routine so when a user keys data into a particular field, that data is displayed in another text box above. I thought I could simply use the on_change property and routine like txtboxDisplay = me.frmuserinfo
|
| Simple function call | 22 Mar 2006 15:59 GMT | 7 |
I have a form with 3 fields field1, field2 and field3 Field3 should be the sum of field 1 and field2 The code is:
|
| Displaying previously selected items in a list box | 22 Mar 2006 15:22 GMT | 2 |
I think I have isolated the question, but I am going to include the whole sub (which does not work, as you will see). Dim DB As Database Dim rs As Recordset
|
| Color data in a form | 22 Mar 2006 15:21 GMT | 1 |
I have a tabel in a form (Continuous Forms). Can I change Back color or Fore color, E.g. color negative values red (similar Excel). //Lasse
|
| Using command button in a form to export a report | 22 Mar 2006 13:56 GMT | 1 |
In my form I like to export a report that will automatically save as an Excel file using a command button or a tool bar button. What I am currently doing is saving the file in a save dialog box and selecting Excel in the Save as type and naming the file. Now the name of the ...
|
| Search Box by Option Group | 22 Mar 2006 13:49 GMT | 2 |
I've lloked for information in the opsts, but I can not find a specific answer to my problem... I am trying to create a search form, that searches based on 1 of three choices: Fleet #, Serial/VIN, or Plate #. I want the user to be able to
|