| Thread | Last Post | Replies |
|
| Protect MDB any MVP | 27 Oct 2005 00:03 GMT | 20 |
Hi; This quest started with a post: InputBox Mask ****** & Call it 3 times. Added a password to my dbase, (A2K), and instead of adding another frm, w/a module and code wanted a simple InputBox asking for a password and the text
|
| retrieving data by entering item number on a form | 26 Oct 2005 23:39 GMT | 4 |
I have no experience on Database building, but I need to create one so that I can make my job easier and more accurate. Although Access is pretty self explanatory I am having problems with the way I want things to work in my database. One of my main concerns is retrieving ...
|
| combo list field size to small | 26 Oct 2005 22:37 GMT | 3 |
The combo list field will only hold 50 characters. The field width is adequate and the default field size is set at 100 which is greater than the record source table field size. How do I expand this?
|
| How to open specifice MS Word document (mail merge) from a form? | 26 Oct 2005 22:30 GMT | 2 |
I found this in another post and it basically answers my question - but wht do I do with theis - do I paste it somewhere?? Also, does this look correct? Thanks,
|
| populate text boxes based on selected value in list box | 26 Oct 2005 22:11 GMT | 1 |
I want to be able to click on a value in a list box and have the textboxes update themselves automatically with the corelating data. the specifics are: the list box is stretched vertically to show 10 choices at once and displays the MedalName field of a medals table. One textbox ...
|
| I need a form to have fields that autofill based on an input. | 26 Oct 2005 21:22 GMT | 1 |
I am trying to have a form prefill 3 fields based upon one input on the table.
|
| Trouble Trapping Error | 26 Oct 2005 21:17 GMT | 4 |
Access 2000. I cant seem to trap an error on my form. The error is: "Microsoft Access was unable to append all the data to the table" Ive found the error number is 10014. I've placed the following code in the on error event of my form and tried it on the double click event of ...
|
| auto fill | 26 Oct 2005 20:55 GMT | 2 |
How can I turn off the auto fill feature in a combo box. The source is a list of telephone numbers. Typing th area code results in the object being populated by the first item in the source list in that area. DM
|
| Scanning form template | 26 Oct 2005 20:43 GMT | 3 |
I seem to recall reading somewhere that you can scan a printed form and somehow use that "image" as an overlay for entering data. You make a table with the same fields as shown on the printed form, then place the fields over the spaces on the scanned form's image so that it ...
|
| Grid on form | 26 Oct 2005 20:33 GMT | 9 |
I am creating a subform to be place in another form. I want a grid to appear on the form and contain table data. How do you place a grid on the form ? thanks,
|
| On Timer Event | 26 Oct 2005 20:23 GMT | 4 |
How do you do an OnTimer Event to change the properties of a line? At 1 Second DoCmd.MoveSize , 0.5 * 1440 At 2 Seconds
|
| Docmd.SendObject | 26 Oct 2005 20:05 GMT | 1 |
Is it possible to send an external file, say, a html docment that does not reside within the datbase using the sendobject method?
|
| Type Mismatch | 26 Oct 2005 19:32 GMT | 4 |
When I try to run the following code: Dim rec1 As Recordset Dim dbs1 As Database Set dbs1 = CurrentDb
|
| Record update issue | 26 Oct 2005 19:08 GMT | 4 |
I have encounter a problem I have never come across before. I added a new table to an existing database. The new table is in a one-to-one relationship with an existing table. The existing table has a primary key and I set the Index property on my key
|
| Form Calculations | 26 Oct 2005 18:38 GMT | 6 |
Is there a way to calculate a form field from two other form fields in the same form? I would like the user to be able to enter a number in Field 1, a percentage in Field 2, and then calculate Field 1 * Field 2 = Field 3. I tried to do this by changing the properties for Field ...
|