| Thread | Last Post | Replies |
|
| Bind ADO Recordset (filtered) to a Listbox | 13 Jun 2008 10:48 GMT | 1 |
I know I read somewhere you can do this... I have an ADO recordset built on a highly complex and slow query. I've filtered it and I want to assign the filtered query as the ?Control Source ?RowSource? to a listbox which will display 3 or 4 of the 10 or so fields as
|
| Basing form recordsource on a class module | 13 Jun 2008 09:42 GMT | 1 |
I'm afraid this is a bit of a wishy washy question: I have lots of data stored in various XML files for which I have written code (SAX) to interrogate the data and store it in class modules (as scripting.dictionaries). I takes a bit too long to write all of this data
|
| Access 2007 Problem setting ControlSource | 13 Jun 2008 07:44 GMT | 1 |
I have a problem with an Access 2007 form setting the control source of an HTML control and displaying it in the form. The Form is bound to a table which contains the memo fields mem1HTML...mem8HTML which contain HTML. The form contains a tab control (with 8 pages) and an HTML ...
|
| Stationary Form header. | 13 Jun 2008 00:10 GMT | 2 |
Ive got another doosie for you guys. Ive got a pretty wide form, and i was wondering, is there a way to lock the form header so it stays in place whilst the body of the form is scrolled left or right? Pretty much I'd like to be able to see the top left corner of the header when i am ...
|
| ACC2003: Last Row in Listbox not visible | 12 Jun 2008 23:42 GMT | 3 |
I have a form with two listboxes, and I want to move items from one listbox to the other. I have found some -perfect- code to move the items on http://support.microsoft.com/kb/278378. However, if I move an item from the left to the right listbox, the item is
|
| Can I make a table of entries and run a query off of it? | 12 Jun 2008 22:28 GMT | 1 |
I have a lot of item #'s to look up, like 50, so I put them in a table, I also listed some key's so certain items could be lumped up together easily. It looks like this autonum item class group
|
| developing tracking | 12 Jun 2008 22:02 GMT | 3 |
This is mainly a general inquiry as to how the group tracks the work being done on an app. This is either new or existing. I have inherited a very large development (10 yrs in the making) and there has not been any method of keeping track of what was done. By that I mean the ...
|
| Counting Day Of Wk | 12 Jun 2008 22:02 GMT | 2 |
I use this code to count the # of things that happened on that day of the week - xSun: Count(IIf(Format([ToDaysDate],'w')=1,1,Null)). It works in program A. My boss saw it and wanted me to add it do something he does. I copied the code, created a new query using his table, ...
|
| Data Entry in Form | 12 Jun 2008 20:41 GMT | 1 |
Good afternoon, I am having a hard time with my form. I need my form to allow me to input data by year and hold that data. I have my queries set up and they are running correctly. I just cannot get the form to allow for data entry. I
|
| get 2 more than one value from function | 12 Jun 2008 20:28 GMT | 1 |
I need receive 2 values from my function. I know that function only returns one value. I just wonder can function return array and calling function may access the elements of array or pass by references than calling
|
| Mouse Wheel Trouble | 12 Jun 2008 20:02 GMT | 5 |
I have copied the mousehook.dll into the same folder as the database, copied the code onto the load section of my form, but I keep getting the following error: Compile Error:
|
| crosstab column headers | 12 Jun 2008 19:27 GMT | 5 |
I have a crosstab where the values are listed in months. It works fine but the months reflect 1,2,3,4, etc I would like Jan, Fed, Mar, Apr, etc. I read how to go into query properties and add column headers of "JAN", "FEB", "MAR", "APR", etc, but when I run the query it says data
|
| Send Outlook Code | 12 Jun 2008 19:22 GMT | 1 |
Hi everyone, I am looking for assistance in adding a line in my code. Currently i have a button on a form that upon the click runs and query and saves it on my desktop. I would like to add a line of code that would open outlook and place the spreadsheet that was exported which ...
|
| Filter form for minimum network traffic | 12 Jun 2008 17:40 GMT | 4 |
I have a main form with a text box in Form Header which AfterUpdate finds the record and displays the main form with correct record and all its subforms for editing and adding. When I first open the main form there is data showing so I assume the form has pulled all records from ...
|
| Changing the "From" field when sending emails via an Access form | 12 Jun 2008 16:08 GMT | 5 |
We send out surveys to clients and keep track of them in Access. A form has been set up to send out various surveys to email addresses in an Access table. The form works just fine, with two bugs: (1) we have to change the "From" field for each of several hundred emails (to ...
|