| Thread | Last Post | Replies |
|
| combo box limitations? | 13 Jan 2006 23:02 GMT | 3 |
Using Acc2003, is there any limitation to the number of records that can be returned to a combo box? (thinking along the lines how how there's a 2GB file limit, etc). Thanks!
|
| 9 charaters...no more no less | 13 Jan 2006 22:50 GMT | 8 |
I have a form that I has one field and one button I am using DoCmd.RunCommand acCmdPaste to paste a 9 digit number but I want to make sure that all 9 numbers get pasted. I know how to keep it from going over 9 but I don't know how to make sure that at least 9 numbers are in the
|
| Disabling Fields In a Form | 13 Jan 2006 22:32 GMT | 1 |
I created a Form in access. Its intended to manage both Service and Customer related requests. There is a field that provides a drop down menu giving the user the option of choosing Service Request or Customer Request. Here is what I need to achieve, if somone selects a ...
|
| RTF2 | 13 Jan 2006 21:31 GMT | 3 |
Hello, this question is for Stephen Lebans or anyone familiar with his RTF2 control. I have a field which is entered by a user in an RTF2 control on a form. However, there have been some formatting problems in some of my reports. I
|
| Lookup field returns wrong value | 13 Jan 2006 21:22 GMT | 6 |
I have a form to create service orders for our repair dept. There are 6 combo box's to enter part numbers and prices used in the repair of each product. Part numbers, descriptions, prices, etc come from a separate "PART_2" table. As part numbers are unique, that field is set as ...
|
| Checking data in one table against another table | 13 Jan 2006 20:58 GMT | 1 |
I'm trying to figure out how to write code that will check data in one table against data in another table. I've tried using the following code but no luck: Dim mydb as Database
|
| How do you get the list box or group box to be a drop down box? | 13 Jan 2006 20:53 GMT | 4 |
Working with Access the data base is created, the tables are created, I just can't get the list box, or the combo box to be a drop down choice on the form.
|
| Delete Record in Form but then can't continue | 13 Jan 2006 20:31 GMT | 3 |
I have a delete button in a form. I can get it to delete. Originally via Undo by calling the menu options per someone's recommendation but that always deletes the last record not current or selected record. So I've tried 'DoCmd.Record.Delete' or something like that which works ...
|
| Substring Issue, Need VBA Code Help | 13 Jan 2006 20:30 GMT | 1 |
I have an issue that i am currently working on and may be someone have done something like this in the past or may be you how to handle such situation. I have a form called frmSystem which has two textboxes in my .mdb.
|
| display value on the form using SQL statement | 13 Jan 2006 20:28 GMT | 4 |
I have a continuos form which is based on an existing querry (Q1). At the bottom of the form I would like to display addtitional info for selected record (staying on the secon line I want to display DetailDescription for ID2, etc.
|
| Re: Populate List Box | 13 Jan 2006 19:52 GMT | 1 |
Sorry, but i don't understand how this would help me. Thanks again See Steven Lebans's 'MouseWheelOnOff' solution at the following URL ... http://www.lebans.com/mousewheelonoff.htm
|
| Queries Turned Read Only | 13 Jan 2006 18:05 GMT | 1 |
I've been making changes to a database we have which includes performance based changes such as Name Track and Subsheet, I've also added a new table and made several other changes. I've now realised that all my previous editable queries have changed to Read
|
| Calender | 13 Jan 2006 16:04 GMT | 6 |
I have been told that i need to import module ajbCalendar into my database for it to work... but where cant i get this from????? i downloaded the zip file off Allen Browne website but this just contains frmCalender and frmExample.
|
| Access 97 | 13 Jan 2006 16:02 GMT | 3 |
Hey... I got popup calender from your site http://allenbrowne.com/ser-51.html and iam working with access 97. when i try run the calender it keeps coming up with error
|
| How to enter Start- and Enddate in a form with subforms once only | 13 Jan 2006 15:44 GMT | 3 |
Hi out there! I have one company, a main office and two subsidiaries. The subsidiaries are working for them self. Fields are: Date process started, Date process ends
|