from a legal stand point

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

A friend is going on vaction and wants to store vehicle at my house small fee
of course. Also wants me to do minor work on truck,now i need something
signed saying besides the work done I am not responsible for anything else.
 
From a database standpoint, the query would be pretty simple:

UPDATE tblMyGarage
SET WorkToBeDone = "Friends Get No Free Lunch",
AnythingElse = "Not Responsible"
WHERE (FriendOnVacation = TRUE);

Although from a legal standpoint, I'd advise you to seek legal advice from a
legal professional, not from database experts in the Microsoft Access
database newsgroup -- where you've posted your question.

HTH.
Gunny
 
'69 Camaro said:
From a database standpoint, the query would be pretty simple:

UPDATE tblMyGarage
SET WorkToBeDone = "Friends Get No Free Lunch",
AnythingElse = "Not Responsible"
WHERE (FriendOnVacation = TRUE);

Although from a legal standpoint, I'd advise you to seek legal advice from a
legal professional, not from database experts in the Microsoft Access
database newsgroup -- where you've posted your question.

HTH.
Gunny

Gunny,

What? What can lawyers do that db experts can't? ;D


Sincerely,

Chris O.
 
Gunny,
What? What can lawyers do that db experts can't? ;D


Sincerely,

Chris O.

Uh, charge $125.00 per hour? And make you sit in a waiting room where you
have a selection of magazines.

Tom Ellison
 
Back
Top