| Thread | Last Post | Replies |
|
| Combobox select value from txt field | 22 Feb 2008 15:46 GMT | 4 |
I'm looking for and can't find a way to select a item form a combobox when a txt field is changed. The other way around is me.Debnr = me.cboClient.column(2) The content of the combobox is
|
| Format Excel - Object required error | 22 Feb 2008 15:46 GMT | 5 |
I'm trying to format the cell widths for a query that I export into excel and I'm getting an "Object required" error. The file saves but the fields are not autofit like they're supposed to be. I figure either I have the code typed incorrectly or that the file is not created ...
|
| Insert OLEobject Into a field in a table programatically | 22 Feb 2008 12:14 GMT | 5 |
I have a form with an Image control containing a FirmLogo. How can I insert this picture into a table, that has a field with type OLE Object? Thank's for helping
|
| Hide Exit Button in Access 2007 | 22 Feb 2008 06:48 GMT | 1 |
Hi. I need to hide the Exit Button (upper right-corner X) in Access 2007. Everything I've read thusfar details how to do this in pre-2007. Can someone please advise how to hide the Exit Button in 2007? Thanks!
|
| Using Variables Globally | 22 Feb 2008 04:44 GMT | 1 |
Dim Cnxn As ADODB.ConnectionDim strCnxn As String Dim strSQL As String Dim intEventID As Integer Dim str2 As String
|
| Modules | 22 Feb 2008 01:42 GMT | 5 |
OK, I have what is hopefully a very basic question. What is the best practice for deciding which sub procedures go into which modules? For example, if a particular procedure B is only called by procedure A, is
|
| Hiding a table | 22 Feb 2008 01:37 GMT | 2 |
Is there anyway I can hide a table in the database window like system objects can be hidden? I'm using Access 2000
 Signature Thank you,
|
| adp form save\update problems | 21 Feb 2008 21:39 GMT | 3 |
I have inherited several mdb and adp front ends that work with a SQL Server backend. I need to get a form from an mdb to work in an adp. The properties for the MDB form are as follows:
|
| Space$ error ? | 21 Feb 2008 20:15 GMT | 1 |
I'm using Access 2002. I have the following code: Option Compare Database ' Declare for call to mpr.dll. Declare Function WNetGetUser Lib "mpr.dll" _
|
| vb search code | 21 Feb 2008 18:52 GMT | 1 |
Greeting, I put the following code in command button and it gives me an error"Type mismatch" this code for search as part of name:
|
| OpenReport with <>WhereCondition | 21 Feb 2008 18:45 GMT | 2 |
I have a combo box (Name = cboProjectStatus) that is used to define the WhereCondition of a OpenReport command when a button is pressed (Name = cmdOpenReportByStatus) with the below code. This part works. What I am now trying to do is create a WhereCondition that is NOT what is ...
|
| Sharepoint Table Refreshlink? | 21 Feb 2008 14:05 GMT | 1 |
I have two Sharepoint tables linked to my Access 2007 DB. I have found that changes made to the tables on the sharepoint side do not always propagate to the Access table, unless I "manually" refresh the link through the UI. I am wondering if there is a way to programattically ...
|
| Count unique records | 21 Feb 2008 13:35 GMT | 5 |
In my table there are fields for startmonth, startday, starthour, startminute, startsecond, along with several other fields that do not pertain to this thread. In a report I have grouped by startday and starthour, and that much is
|
| DCount type mismatch | 21 Feb 2008 10:37 GMT | 4 |
I get a runtime error 13 type mismatch, when I run the following: VarExisting = DCount("[event_date]", "event", "[event_date]= " & Format(Me.event_date, "\#mm\/dd\/yyyy#") And "[event_sessionid]= " & Me.event_sessionid)
|
| Conditional Formatting- Changing Color When A Date has been Reache | 21 Feb 2008 00:23 GMT | 3 |
#1 Wrote in Access 2003, About Calibration Tools. I have a calibration date that i would like to know in color. 30 days before it happens and also 15 days before. And past due calibration date turn let say RED. Hope would any of you would write this? Thanks Lonnie *
|