Great video, Richard! I've used recordsets for years, but it never hurt to review in case new functionality is added (or old functionality is forgotten by us "senior" developers LOL!!!).
@599CD Жыл бұрын
Very true!
@fontie3811 ай бұрын
Finally. Honestly, the recordset video tutorial i learned from was yours. That was ages ago😆. Thank you so much
@599CD11 ай бұрын
Yeah I've had an older video on the website for years but it was in need of a rerecord
@xavierbatlle182811 ай бұрын
I always check if the recordset is nothing or not before closing it. This is useful when there are error handling sentences. 😊
@599CD11 ай бұрын
Good tip
@Jojosmith34211 ай бұрын
all thumbs up as always to the best teacher Richard. thanks Richard for another valuable lesson
@599CD11 ай бұрын
My pleasure!
@simonmaersk11 ай бұрын
Hi Richard. Thank you for the content. I actually have something similar to this, where I send out mass-emails. Instead of sending individual emails in a loop, I build a string with all the email addresses separated by a semicolon. Then, I just add them all to the email as BCC recipients.
@599CD11 ай бұрын
Yeah that's one way to do it
@rajeshmajumdar4999 Жыл бұрын
Thanks Rick!
@599CD Жыл бұрын
Welcome
@accessdevelopingzone760311 ай бұрын
Hello Richard, I've watched a video to learn about Recordsets and email sending. Is it feasible to use SendGrid's service for API-based email sending?
@599CD11 ай бұрын
Yeah, I'm sure it's possible, but I've never used it. I do use SendGrid, but I use their basic SMTP service. I haven't tried using their API yet. I did set up an API for their SMS service just for a test video, but it's not something that I use on a regular basis.
@RobertTozziАй бұрын
@0:5:11 you refer to the field name without an equal sign (Status "First Name: " & rs!FirstName). When I do this on the current version of Access I get an error "Invalid Use of Property". But using an equal sign (Status = "First Name: " & rs!FirstName) causes only the last status entry to populate the textbox. Why would this be happening?
@599CD7 күн бұрын
Status is a custom subroutine that I wrote to display information in a text box on the main menu. The way that it is in the video is correct, and it has been that way for decades and has not changed. See 599cd.com/StatusBox.
@alializadeh819511 ай бұрын
Thanks
@599CD11 ай бұрын
Welcome
@diegkolАй бұрын
First got an error the Record set does not work - needed to add Microsoft DAO 3.6 Object Library. Can I turn a Query's data into a recordset? And how?
@599CD7 күн бұрын
599cd.com/Ask
@sushilgoyal299111 ай бұрын
I have data base in MS Access and when I close it on "Google drive" then the waring shows every time "the compact and repair operation has been cancelled. You might not have adequate permission to the folder that the data is located in. you need full permission to the director the database is located to compact and repair. contact your system administrator for more information." How we can resolve this issue.