| Thread | Last Post | Replies |
|
| Different behavior with list box and combo box | 28 Apr 2008 21:00 GMT | 3 |
I have a question about combo boxes and list boxes on continuous forms. Some of you on this group will recognize this project.... Can someone tell me why I'm seeing different behavior with combo boxes and List boxes?
|
| Changing visible and enable properties in a multi-user environment | 28 Apr 2008 20:47 GMT | 1 |
I'm programmatically changing .visible and .enabled properties on various form fields based values entered in other fields. This works great for a single user, but the moment a 2nd user opens the form, they're instance is subjected to whatever the last .visible and .enabled ...
|
| option group onclick | 28 Apr 2008 18:19 GMT | 2 |
I have an option group for date range and would like to change my date time picker value depends on user click on the radio button and just realized that there is no onclick even available for the radio button. which even I have to put my code for radio button on click?
|
| datetimepicker | 28 Apr 2008 17:05 GMT | 5 |
I have a datetime picker on the form and would like to enter time until the minutes. It seems that it always enter until second. Is it possible that only let user enter data until minutes only?
|
| Custom function | 28 Apr 2008 17:02 GMT | 6 |
I have a custom function as follows: Public Function FilterIndex() As String On Error Resume Next Dim F1 As String
|
| Write Conflict Errors In Access Form (2000) | 28 Apr 2008 16:20 GMT | 3 |
Hi...feel a little out of my depth here. I have a form based on a table called prospects. It has information such as Company, Address, Postcode etc. The key field is prospect No
|
| Open Form from Datasheet to a Specific Record | 28 Apr 2008 15:36 GMT | 3 |
We have two forms. One is a datasheet. One is a form with a default view of Single Form. We want to have the user select (double click) on a record in the datasheet and have the second form open to that record.
|
| Multiple Records in Subform | 28 Apr 2008 14:57 GMT | 2 |
I have a database with a Main form and a subform. From the main form a user can make a selection from four (4) different comboboxes for a certain time range; once a selection is made the result are displayed on the subform. In the subform, you can double click on one of four ...
|
| Force data entry in fields | 28 Apr 2008 11:38 GMT | 2 |
I have a form on which there are a list of questions. A combo box gives the list of possible answers and a comment box will appear when certain answers are given. I need to force the user to put something in the comments boxes when they are displayed.
|
| filterproblem | 28 Apr 2008 07:17 GMT | 9 |
In the filter-property of a form I write: [Alert]=true (Alert is a yse/no field in my table) The "allow filter" is set to "yes" but there is no filtering.
|
| Comple Error "Argument Not Optional" when calling a Function | 28 Apr 2008 04:26 GMT | 3 |
Hello! I am having trouble with variables. When I run this function: Call MyFunction("C:\dm\documents\one.txt", "D:\DestinationDir \onecopy.txt")
|
| Using INT() | 28 Apr 2008 03:04 GMT | 5 |
Am I doing this correctly? This is for Tax Reasons. Here is my example; Int((NumberToRound * 100) + 0.5) / 100 Her is my Code
|
| memofield doesn't grow | 28 Apr 2008 02:54 GMT | 5 |
I have a "continuois form" with 2 fileds: date and memo field I have set the memeofield so it can grow or shrink I set the initial hight to 0,5 but when displaying the memofield doesn't
|
| Blank Combo Boxes on Continuous Form | 27 Apr 2008 23:05 GMT | 7 |
Using techniques from earching these posts, I'm REALLY close to getting this working... Hopefully there's a solution to the 'last' part? It looks like I need a solution to what's been termed the 'messy problem' with this. I have a combo box on a continuous form. The list values to ...
|
| How to verify street address | 27 Apr 2008 16:25 GMT | 5 |
I'm doing an app for church. our food bank can only serve people from specific zip codes. I have that part working fine. But there's one zip code that lies in the borderline of our service area. The zip code is cut in half by a main avenue. Anyone to the west of te avenue
|