| Thread | Last Post | Replies |
|
| Adding a "Compile and Save" Button To A Form | 06 May 2005 16:22 GMT | 3 |
How-to-do?
 Signature % Randy Yates % "And all that I can do %% Fuquay-Varina, NC % is say I'm sorry,
|
| Program Name in task bar? | 06 May 2005 15:43 GMT | 1 |
Can you make the taskbar show your programs name instead of Micorosft Access ....? Using A2000
|
| Using A Dynamic Connection String for Access Pass Through Queries. | 06 May 2005 14:55 GMT | 1 |
Here's the issue. Appreciate any help any Access gurus can offer. I have a .NET WinForms application that needs to launch a Access DB application used for generating Access Reports. That part is no problem.
|
| how to call an access report from vb application ? | 06 May 2005 14:32 GMT | 1 |
how to call an access report from a vb application ?? i don't want to make a report from vb thx.
|
| how to manipulate a cross table in access dynamically | 06 May 2005 11:41 GMT | 1 |
hi , am developping a search form which is very dynamic, and so i want to ouptut a crosstable report , so sometimes there are column values that wouldn't exist or may columns be added, so am tyring to make it a
|
| Color coding lists on sub forms | 06 May 2005 11:10 GMT | 8 |
I have a subform that has anywhere from 20-500 ID numbers (unique) listed on it. Each ID is going to be linked to a picture. First off I set up a check for existance of the file; Public Function fileexists(Name As String) As Boolean
|
| textbox size limit with sql | 06 May 2005 08:01 GMT | 1 |
I'm hitting the 255 character limit of a text box on a form and was wondering if anyone know how to get around this. Here the scenario.... - Access 2000 front end with Sql Server backend.
|
| Creating a calendar that text can be typed on | 06 May 2005 07:57 GMT | 1 |
I want to be able to create a calendar where the user can type text on a paricular day of the month on the calendar (similar to MS Outlook calendar). Is there any way this can be done in Access. I have tried the Active X calendar but this only allows you to select the date.
|
| A2003: How to change the color of the Tab Control? | 06 May 2005 05:58 GMT | 4 |
Is this possible? I see no possibilities to do this or make each tab a different color. Same with command buttons. Thanks, -pw
|
| calculation in forms | 06 May 2005 05:53 GMT | 4 |
I have a large DB and the user will enter the values in the fields (1st form) and at the end of the day, there is another form (2nd) will get and compute all the values, calculate the diff fields to get the total.
|
| Docmd.Requery doesn't work under Access 2K | 06 May 2005 05:30 GMT | 2 |
I've found a few posts on this subject but no reason for the behaviour. Is there any logical reason that Docmd.Requery "MyControl" won't work under Access 2K but Me.Requery.MyControl will? Is there a list anywhere of any other little "gotchas" like this one
|
| How can we create an installer for Access Runtime 2003? | 06 May 2005 04:53 GMT | 2 |
I am confused about how to create a stand alone installer to install Access 2003 Runtime. There are two files I have compiled into a self-extracting zip file: ACCESSRT.CAB
|
| Ctrl + Break | 05 May 2005 23:33 GMT | 2 |
How to block Crtl + Break keys if any Error or MsgBox shows ??? I tryed with this code buy it looks it does not work. Private Sub Form_KeyPress(KeyAscii As Integer) If Chr$(&H4) + Chr$(70) Then 'CTRL-BREAK
|
| Export MS ACCESS 2003 Report Directly to CSV File? | 05 May 2005 23:04 GMT | 2 |
I am working on a trade processing project for my company. I would like to export a report directly to .csv format. I have looked all over in the groups for a way to do this. Appearently something that would seem to be fairly simple is not. I had mixed success dropping the report
|
| Placing Access Data On SQL | 05 May 2005 22:52 GMT | 4 |
Our IT department wants to place our Access 2000 tables on an SQL server due to the fact the tables are quite large. With that said, can we still use the Access queries or do we have to do everything via SQL views? I would think we could just create an ODBC
|