|
-
Jul 18th, 2005, 01:19 PM
#2
PowerPoster
Re: Data Access Errors
SqLtXt = "SELECT Entry.Date, Entry.Subject, Entry.Entry"
SqLtXt = SqLtXt + " From Entry"
SqLtXt = SqLtXt + " WHERE Entry.Date = " & "'" & dtpDate.Value & "'"
Set MySearch = MyDatabase.OpenRecordset(SqLtXt)
if not mysearch.bof and not mysearch.eof then
txtSubject.Text = MySearch!Subject & ""
txtEntry.Text = MySearch!Entry
else
endif
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|