| Thread | Last Post | Replies |
|
| Code "Auto-Letters" ? | 13 Feb 2005 02:32 GMT | 3 |
I appoligize if I'm asking a question that's already been answered in the group - I've scoured for about two hours and I can't find a solution. I also appoligize if I over complicate my question, but I want to be sure that I communicate my thought(s).
|
| Output access to Word merge | 13 Feb 2005 01:05 GMT | 4 |
On my Access database form I have a command button which opens a Word mail merge document in which I have created a number of fields (Title, FirstName, LastName, Address1 etc.) I would like to be able to populate the Word document with the contents of
|
| Simple function sometimes works ... sometimes doesn't ? | 12 Feb 2005 23:03 GMT | 2 |
I'm having trouble with what seems like a very simple function, although it's the first I've used in Access so I could have it all mixed up. It still works fine in forms I designed until yesterday, but doesn't work in any new forms. Does anyone know what is going
|
| Base DS form on QueryDef? | 12 Feb 2005 22:30 GMT | 1 |
Got small tables - hundreds of 'em. If someone selects a table to view, don't wanna create a hundred forms Planning on creating a temp table
|
| updating access 2000 mdb from asp.net Microsoft.Jet.OLEDB.4.0 ??? | 12 Feb 2005 21:10 GMT | 4 |
I am able to add new records with insert and delete records just fine, but when I go to update nothing happens. Below is the asp.net vc code in question. Public Sub UserGrid_Update (Source As Object, E As
|
| Where can I find the syntex of "formatnumber" | 12 Feb 2005 20:59 GMT | 1 |
1. I want to have the value 01 if the number is 1 waht would be the function? 2. i think i need to use the function formatnumber. Where can I find on the web the syntex of cstr( ,
|
| What event occurs just before a record is written to table? | 12 Feb 2005 20:27 GMT | 3 |
I have 2 subforms, neither of which is linked to the main form. Of the left of my form is a subform with a list of organisations and on the right is a subform with details of the organisation currently selected on the left.
|
| date issue in .adp file | 12 Feb 2005 19:07 GMT | 1 |
I have an ADP file that stores dates in a datetime field type and I want to query the table for all records for a single date (ie. ignore the time). I want it to automatically return all records for a single day that is 7 days prior to todays date.(in dd/mm/yyyy format)
|
| [ODBC] form linked to odbc tables with "high" number of record | 12 Feb 2005 17:17 GMT | 2 |
Talking about high number of record seem ridiculus, if this number is about 88.000 but when I open a form, linked via ODBC to a MYSQL table, the open and the
|
| Using Excel data in query | 12 Feb 2005 14:49 GMT | 2 |
I've got an Excel spread sheet with one row of id's and I'd like to use these in a query and put the results into Excel. Basically I'd like to do something like SELECT txtFileTitle, txtFileYear FROM tblFiles WHERE fileID =
|
| count and group by with OR | 12 Feb 2005 13:19 GMT | 3 |
I am wondering if this query is possible somehow: I have a table with many fields that all can have a value from 1 to 5. if I wanna see the count of each value from one field, then this is easy:
|
| Previous Business Day | 12 Feb 2005 13:13 GMT | 2 |
I am trying calculate the previous business day from today. I am trying to use the code below i found on this site, but keep getting error message when i try and compile, does not recognize rst.FindFirst. I am using Access 2002:
|
| the Find Command Button | 12 Feb 2005 11:15 GMT | 1 |
i used the wisard to create a find button in a form by default it matches the whole field to whatever i type in, how can i change the default search to any part of the field
|
| Remove multiple Chr(13) & Chr(10) | 12 Feb 2005 11:12 GMT | 2 |
Has anyone cunstructed a function to remove multiple carriage returns and replace it with a single return? Replace(mytext, Chr(13) & Chr(10) & Chr(13) & Chr(10), Chr(13) & Chr(10)) ...
|
| Complicated Question | 12 Feb 2005 05:05 GMT | 1 |
i have this form, with quantity recieved (Ir0N), quantity listed on-ebay(LQ0N) and quantity available(ir0av) if i receive 10 items i can list 5 with one e-bay number . . . the quantity available is reduced to 5, and i can list 3 with another e-bay
|