| Thread | Last Post | Replies |
|
| Clearing the Form Filter | 22 Oct 2007 04:09 GMT | 6 |
I have a switchboard with a text box and a button that finds what ever I put in the text box on a different form (I used the wizard for that). In the other form I have created a ComboBox with the wizard but now when I use that combo box to search for other records that I want to ...
|
| ControlSource | 22 Oct 2007 03:18 GMT | 1 |
I want to store data that has been calculated. I am using the DateAdd function I want to store the new date once it's been calculated but b/c I am using the control source to perform this calculation in the form I can't store the data. Can someone please tell me if there is a way ...
|
| Query with parameters set to a List Box displaying multiple values | 22 Oct 2007 03:11 GMT | 1 |
I'm trying to set up a query with parameters set to a list box holding multiple values... I have set a query with its parameters displaying single values from a combo box before... does anyone know how I can set my parameters to a list box displaying multiple values and have the ...
|
| Allen Browne's Calendar Control | 22 Oct 2007 01:35 GMT | 4 |
I am attempting to use Allen Browne's calendar control located at: http://allenbrowne.com/ser-51.html But I am getting the following error when I click on the calendar button:
|
| Selecting more than one value from a list or combo box | 22 Oct 2007 00:29 GMT | 3 |
Does anyone know how to allow a user to select more than one value from a list or combo box? Thanks
|
| Finding a matching text string. | 21 Oct 2007 23:28 GMT | 4 |
I have a blank form FrmBF containing two unrelated subforms "SubA" and "SubB". SubA & SubB are unrelated too. SubA has a text field named "TextA".
|
| Listbox contents do not show.. | 21 Oct 2007 16:50 GMT | 4 |
Hi (Access 2003..), I have an unbound listbox I use to get some info from a user (by merely selecting a row). The listbox, and its contents show properly. There's an "after update" event for this box where I gather and analysze
|
| Onchange event not working | 21 Oct 2007 14:06 GMT | 5 |
I am trying to update a field (txtcount) on a form everytime another field (dateid) on my form changes. I am using the OnCHange event to do this but I can't seem to get access to read the event VBA code let alone actually perform the update on the desired field when dateid
|
| UnBound Control | 21 Oct 2007 13:47 GMT | 3 |
can i change a property (eg. back color) for an unbounded control for a certain record while viewing the form as a continous form???????
|
| Error: Invalid access to memory location | 21 Oct 2007 12:31 GMT | 1 |
I have this code: Dim conn As adodb.Connection Set conn = CurrentProject.Connection This works fine everywhere except on one computer. I get an error message
|
| Out of string space error | 21 Oct 2007 05:15 GMT | 1 |
I have a form with a subform but for some reason when I try to add a record into the subform I get a out of string space error. I don't know if this have anything to do with it but my first field is a date field. If anyone can help I would really appreciate it.
|
| Limiting combo box selection | 21 Oct 2007 04:26 GMT | 1 |
I have Table 1 that list active projects, table 2 that list biweekly reporting information for each record in Table 1 and Table 3 that list the submission dates for each project (which I am using as a combo box selection in my form (table 2) that fills in the DateID field). So in ...
|
| Running a Query with multiple criteria | 21 Oct 2007 02:09 GMT | 1 |
Hi, I am trying to run a query with multiple criteria. I have set up a form with 2 list boxes for which a user can select criteria... I have a command button set to open a query on click. The query that is set
|
| tab order | 21 Oct 2007 00:40 GMT | 3 |
Is there any way to turn a tab sequence on and off. I need to keep serveral controls out of the normal tab order from most of the agents. Only a few agents have a need to enter data in these fields. Perhaps a double click in the control could turn on the tab order for these ...
|
| Breaking up data | 21 Oct 2007 00:28 GMT | 2 |
I have, at this time, a simple table containing data in ONE field. The next line is a sample of this data. CLASS 00000340:SEALANT/CAULKING I would like to split this data into two fields ..... the first one
|