| Thread | Last Post | Replies |
|
| query difference | 01 May 2008 00:36 GMT | 5 |
Is there a difference in preformance between the two; TblNme has 36 fields across a record a query that selects all fields and the report only uses 75% of the fields, ie; Select TblNme.* where OffCde='123'
|
| MS Access Query | 30 Apr 2008 23:30 GMT | 2 |
Is this possible by in MS Acess by VBA? Input: ------+------+---------+---------+---------+ id1 | id2 | 001.7 | 002.7 | 003.8 |
|
| Printouts NOT coming out in order they are sent??? | 30 Apr 2008 22:03 GMT | 25 |
The following is a snippet from a procedure that prints a batch consisting of 30 different forms/letters/memos... 1430 If AOCSP905M = True Then 1440 DoCmd.OpenReport "rptSeparatorSheetSP905s"
|
| report and sub reports | 30 Apr 2008 16:31 GMT | 2 |
i have a report that contains several sub reports sub report1 sub report2 sub report3
|
| Union Query Help File Interpretation | 30 Apr 2008 15:43 GMT | 3 |
Suppose I have a situation where I need to include the word "All" as an option in a combobox. I have: tblPGroups PGID AutoNumber
|
| Free YouTube Video Downloader Software | 30 Apr 2008 10:42 GMT | 1 |
Friends, Here is an absolutely free tool to download any video from YouTube. This software downloads videos from YouTube and converts them to MPEG format, which is supported by almost all media players and devices.
|
| Help Needed With Format Of Query Expression | 30 Apr 2008 09:36 GMT | 4 |
I'm using the following expression in the query grid to show the Month and Year of the date field "TxtDate": Week: Format([TxtDate],"ww yy",4) I am grouping the results on this field.
|
| Popup/context menus not showing in modal forms | 30 Apr 2008 06:45 GMT | 3 |
I have created many shortcut/popup (aka context, or right-click) menus for my application - instead of toolbars or standard drop-down menus. Within my custom menu, I am using =ShowMainMenu("item") in the On Action event where ShowMainMenu is a public function in frmMain, and ...
|
| Emailing with Access | 30 Apr 2008 03:20 GMT | 8 |
I have a Access database of email addresses that I would like to mass email to customers. Can Access be used through Outlook? or can it just be done with Access? I know it is possible to use MailMerge for snailMail.
|
| How to populate sequential numbers in a field using SQL or VBA? | 29 Apr 2008 23:44 GMT | 5 |
Is there a way to populate sequential numbers in a field using SQL or VBA? If yes, how? Assume the following is my existing table: Fruit ID
|
| Rewritten UPDATE query - is it the same? | 29 Apr 2008 17:39 GMT | 2 |
My client has moved their back-end database from Access to SQL Server, and now the following query doesn't work (Operation must use an updateable query): UPDATE tblbookings INNER JOIN tblREFUNDS ON tblbookings.TransFromID =
|
| Create a single-record append query without warnings on duplicates | 29 Apr 2008 16:55 GMT | 1 |
To append a single record, without getting a warning if a record already exists, I found out the following syntax works fine as Query in MS Access: first create a simple 'products' table...
|
| Reverse Engineering.............Ooooooooohhhhhhhh | 29 Apr 2008 08:26 GMT | 3 |
I am trying to figure out a DAO connection to an unknown database type. I have an app that uses single file 'databases', and during the install process for this application DAO3.5 is installed - presumably to read these files. Then again I could be very very wrong here.
|
| immediate filtering | 28 Apr 2008 21:39 GMT | 8 |
I would like that my subform is immediately filtered as soon as one types a letter in an unbound searchbox in the form. If one types an 's' the content of the subform shows only records starting with s
|
| Squirrel SQL Client with Access? | 28 Apr 2008 21:33 GMT | 5 |
Hi I use access 2002 I want to use the squirrel sql client with it via the jdbc/odbc bridge. does anybody know the url i would use to point to the odbc driver I've setup for this database? (everything is on the same pc).
|