Here is the SQL trigger. It seems to me that checking in the inserted table in the IF statement means I don't need it in the WHERE clause. Any help simplifying this would be appreciated.
CREATE TRIGGER TriggerInstallationComplete ON [mpadmin].[TblLotVisitsReason]
FOR INSERT
AS
IF EXISTS...
This qry returns the wrong C_JobNum and C_PhaseNumber actualy it always returns the 1st record in the table rather than the record the Min statement is returning. Can someone please show me how to make this work correctly?
SELECT Min(Abs([C_Longitude]- (-117.61583))+Abs([C_latitude]-...
My code works but is WAY WAY to slow. Please help me to find a better/faster way to find the closest record to given cordinates.
Currently I have code that when given a latitude and longitude it will go record by record thru a table with latitudes and longitudes calculating the distance between...
Ok I have read the FAQ's and searched I don't even know how many boards so now it's time to beg some help.
I have several functions that read/write to a backend SQL database. I have read that it is not good to leave open a record set and to let connection pooling do its job. I had the recorsets...
I have tried exporting to another DB... making a new one and remaking this qry... compacting and repairing... making a new 2000 db in 2003 access and then opening this in 2000. This qry will run but trying to save any change made to it closes access with no error.
Perhaps someone will be good...
I have 3rd party application that uses a access database to keep track of "daily work". I can link to the tables in this aplications database and would like to append the information in the linked tables to my SQL tables as the aplication adds records to its tables.
So...
For each new record...
I have an Access Front End that links to several other backend databases. Three of the tables linked to are in an access database that is created from a 3rd party software "on the fly". Every user of this 3rd party software has his/her own user directory where this database is created in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.