| Thread | Last Post | Replies |
|
| notinlist with multiple combo boxes | 19 Jan 2005 14:29 GMT | 12 |
Hello, sorry if this is not the right place to post this question, i an just new here. I have been working with Access for some time but new to VBA. The project is too complicated to explain here but briefing on the question is, I have to identify the SITC (Standard International ...
|
| HTML appearance | 19 Jan 2005 11:29 GMT | 6 |
Hallo everybody is there a way in access to view an HTML text as it would apear in the HTML browser Thanks, Eyal
|
| get rid of error msg when inputmask i set | 19 Jan 2005 10:59 GMT | 2 |
I have a field with an input mask like 000000-0000 If the user enters 0 or alle characters input is accepted but if any number of characters in between 0 and 10 is entered it raises the error: "The value you entered isn't appropriate for the input mask...".
|
| DSum() producing 'strange' results | 19 Jan 2005 09:57 GMT | 2 |
Im using Access/Windows 2000 Im trying to use DSum() in the footer of a continuous form I want to sum the [dblContributionAmount] field when the [dteDateCeased] field is empty to give me a total of contributions currrently being paid. the form picks up its data
|
| Report Graph not responding to same recordset | 19 Jan 2005 06:29 GMT | 3 |
I have a report with a report graph whose recordset is the same query that the report is based on. I apply a "where condition" variable to the report when I open it and the main report successfully receives the filter.
|
| Mixed Case | 19 Jan 2005 06:03 GMT | 2 |
I found this code on the MVPS.ORG site. I have been trying to use it but I get a Compile Error: SUB or FUNCTION not found.
|
| form sizing | 19 Jan 2005 05:06 GMT | 1 |
I have a number of forms, and I would like for all of them to have exactly the same size and open at the center of the window. Which properties do I need to set to achieve this?
|
| Enabled combo boxes w/in subform | 19 Jan 2005 01:57 GMT | 1 |
I have a check box and two combo boxes within a subform. I would like to disable my combo boxes until the check box is checked. I have been able to do this with my subform, but when I add a new record to my main form the cbo boxes stay enabled. What would the code look like to ...
|
| Return Most Recent Value | 19 Jan 2005 01:37 GMT | 3 |
I am wondering if there is a way to write an expression that would cause the most recent update to be plugged into one of the fields on my form/table. I have a Client table that includes demographic data and other types of
|
| Reference a library problem | 19 Jan 2005 01:32 GMT | 1 |
Using Microsoft Access 2k3 Database is Access 2k format Have tryed converting it to 2k3 but still same problem I downloaded the Members database file 01018584.mdb from microsoft. I liked
|
| Multiple codes in one field to multiple rows | 19 Jan 2005 01:21 GMT | 1 |
I need to take a column (Skills) that contains multiple codes (CO;WE;PS) etc. and turn each code into a row. I tried using Switch, but that only works if the Skills column has one code in it. Not sure if I need some sort of IF InStr combo, and not sure how I would construct that ...
|
| Test for field content not working | 19 Jan 2005 00:43 GMT | 2 |
Hi. I am using 2003. I need to test if a field is null. If it is, I need a message box to open and ask if the field is supposed to be blank. The user can choose Yes or No. This part is working OK.
|
| how to find if a table is in a database? | 19 Jan 2005 00:43 GMT | 2 |
Currently I am cycling through all the tables in the database to find out if a particular table is present. Is there a way to directly query to find out if a table is present? Thank you,
|
| how do i use checkboxes to show or hide other controls on a form? | 19 Jan 2005 00:39 GMT | 4 |
when form loads, I need to see only two checkboxes. When I check the first one, two textboxes needs to show. When I move to the next record, I want the two checkboxes to be displayed by themselves again. Now, I have 200 records in the table. If the first Checkbox is checked,
|
| Determine if listbox is empty | 19 Jan 2005 00:17 GMT | 3 |
Hi to all and thanks for the support, I have a list box with family names. When the user clicks on a name another form opens, FamilyMembers, showing all the family members. This works fine.
|