| Thread | Last Post | Replies |
|
| Comparing data in two different tables | 14 Nov 2006 18:40 GMT | 3 |
My objective is to compare two fields that are located in different tables which are in same database. In a table called ,"TEST", I have a field called "FILE ID". In another table called,"IDS" , I have a field called "CasFileID". I want to compare these two fields to check if ...
|
| How to regain focus to access application? | 14 Nov 2006 17:51 GMT | 5 |
I use an access application to send emails through outlook. But when outlook is maximized it gets the focus. How do I regain focus to my application with VBA?
|
| Get Record Just Appended | 14 Nov 2006 16:44 GMT | 3 |
I append data (using DoCmd.RunSQL) to table JobsContWorks which has the following fields: ContValID (fk) WorksID (pk - autonumber)
|
| Trying to use Like * at the end | 14 Nov 2006 15:52 GMT | 2 |
I have this on a form called "frmInQuiry". It is a text box and I would like to Filter out the data but this only works if account = AccSer. How can I put a wild card(*) at the end in the text box called AccSer.
|
| How to calculate the end date of a month? | 14 Nov 2006 15:35 GMT | 2 |
Does anyone know if there is an easy way to calculate the end date of a month? When I'm reading dates in a recordset, for example 10/01/2006 then I want to store the end date of October (10/31/2006) in another date variable to do other calculations.
|
| Cant enter data | 14 Nov 2006 14:50 GMT | 10 |
I have a form which is based on a query. Even though fields are not locked or disabled, when I try to enter data it doesnt allow me to do that.. Do you have any idea why?
|
| text vs value | 14 Nov 2006 13:16 GMT | 2 |
I am trying to distinguish between the properties of value vs text for a textbox control and am a little confused. I read the help on it, but still am a little confused. I typically use the value property in access, but am having trouble with null values with the value property ...
|
| Consolidating several records into a textbox | 14 Nov 2006 11:33 GMT | 1 |
Hi Every body I have a query that outputs students names on certain criteria I want to collect these names in a single textbox in a form(separated by space or dash)
|
| serial number restarts each year | 14 Nov 2006 10:20 GMT | 14 |
I have just created a table for our documents reference, in which we want to start a new serial number each year without creating a separate table each year. Kindly let me know how I can do that in which the starting value is 1 each
|
| Odd key trapping issue on KeyDown event | 14 Nov 2006 03:11 GMT | 4 |
I prepared this bit of code over a year ago and it works fine on my computer. However I have recently been trying to trap a "~" (tilde) symbol to do a quick form open and can't seem to get it to work. Question one is how do I trap the "~" key?
|
| Return null values when using wild cards. | 14 Nov 2006 00:01 GMT | 2 |
I'm using the following code to set up paramenters for a query. For some reason, Like '*' isn't returning null values for this field although it is for other fields. How can I change this code to read that if Len = 0 to return records where Bldg is null as well? Thanks you ...
|
| Clear trapped error : especially Attn Douglass Steele | 13 Nov 2006 22:31 GMT | 6 |
I have an ErrorFunction with a select case in which I trap certain errors and display appropriate messages for them; The last thing this function does is call an EndFunction where some basic application elements are reset in case of code interruption; and in which I
|
| "file already in use." | 13 Nov 2006 22:25 GMT | 1 |
First time I've run into this. I have a split database, MDEs on the workstations, mdb on the server. Everything is set to open Shared but no more than one person at a time can open the database. I can't even open the back end by itself. Could there be anything other than a ...
|
| Object Required Error | 13 Nov 2006 22:00 GMT | 1 |
I am not sure why I get that error I have commented the part of code that gives an error: Set CONNTDC = New ADODB.Connection CONNTDC.Open connstring
|
| List Box Clearing | 13 Nov 2006 21:59 GMT | 2 |
When a List Box Multiselect is set to 'None' I can reset the box with me.Listbox = null. When I try this with Multiselect set to 'Simple' , It doesn't clear the box. How can I clear the entries in the box.
|