| Thread | Last Post | Replies |
|
| Expanding dialog | 17 Apr 2006 03:50 GMT | 1 |
I need to implement a dialog that expands to show more options with the press of a button like the Windows Colour Picker. How can I implement this in access? The form does not want to reduce width if it has controls in that area. How do I overcome this?
|
| Criteria Compare dates using between and dates from other years are included | 17 Apr 2006 03:42 GMT | 5 |
I have a query in Access 2003 that has the following criteria SELECT tblOrder.SessionDate, tblMenus.Item_Name, tblOrder.Type, Format$(tblorder!SessionDate,"Short Time") AS SessionTime, Sum(tblMenus.Item_Quantity) AS MenuCount INTO tblSessionQuery
|
| how to set focus on field in tabbed form? | 16 Apr 2006 23:36 GMT | 9 |
I have a tabbed form. Tab 1 has fields that are mandatory. I am trying to validate that these fields are not null, and cancel updating if any of them are. The following code works, except the form closes instead of setting focus to the null field. What am I doing wrong? Do I need ...
|
| Turn off UNDO at action queries ? | 16 Apr 2006 21:29 GMT | 5 |
I am working with fairly large databases (> 500 Mb / < 2,000,000 rexcords), and often need to do action queries on these. I have the feeling that much of the computing power is going into building a table of changes so that you can be prompted "Are you sure to change xx
|
| Escape charcter for ' | 16 Apr 2006 20:33 GMT | 2 |
When a user types ' in a Memo control, It throws an error message on a DoCmd.RunSQL. What is the escape character for ' which I can insert before ' so it won't throw an error message? Any other ideas on dealing with this?
|
| Generating random string | 16 Apr 2006 20:28 GMT | 3 |
I need to generate a string of six random characters to act as the first password. Is there an example of how to do this somewhere? Thanks Regards
|
| vote | 16 Apr 2006 17:26 GMT | 1 |
http://www.hemalhemsat.com/main/auctiondetail/437717/diger/mezarlariniza_muhendi s_eli_degsin.php
|
| Codes for Checking Rooms Availability | 16 Apr 2006 16:55 GMT | 1 |
I have a form with, among others, controls for RoomNo., CheckInDate and CheckOutDate. I would like to check whether the RoomNo selected is occupied for the period as stated in CheckInDate and CheckOutDate. I have used the OpenRecordSet method for the AfterUpdate event in the form, ...
|
| Summarizing Multiple Lines in a report | 16 Apr 2006 16:48 GMT | 1 |
I have created a report, where there is multiple items with different values in a group that i total up at the end: App 3 App 3
|
| many excel files import to One Table in Access | 16 Apr 2006 15:26 GMT | 2 |
Hi, all: i am a new end user of access, now I have many excel files need to import to One table in access (combine all excel files into one table in excel). In excel files, some columns will have both # and text in
|
| How to access individual fields in a report to produce a grand total. | 16 Apr 2006 11:29 GMT | 2 |
Dear Access Developers: I have an interesting problem that I hope someone could suggest how to solve: I have the following Report:
|
| required textbox entry | 16 Apr 2006 10:54 GMT | 13 |
I have a combo box with different types of business listed. If a user selects "Other" from the combo box list I want to make so that the user is required to make an entry in a textbox on the form. Also is there a way to make just certain textboxes on the form required fields and ...
|
| Table Size | 16 Apr 2006 04:37 GMT | 8 |
How do I determine the size of the tables I'm using? I looked under properties and it's not there. The book I just browsed said table is limited to 1GB. How do I find out what size my tables are? TIA
|
| Printing Table | 16 Apr 2006 03:33 GMT | 1 |
Please help I'd like to know if there is an easy way to setup a command button to select all the records in a table and then send it to print instead of opening the table and then choosing file and print. Thanks.
|
| Create excel spreadsheet from recordset | 15 Apr 2006 18:40 GMT | 4 |
Is it possible, using code, to create a spreadsheet in excel format, with cells containing constant text and formulae and inserting data from a recordset in specific cells? If so, could someone point me to an information page with details on how to
|