SQL behind a button???

R

Rick's News

I want to update a field in the table [tblTBase].
The field is a memo field and I want to append the current record with the
info in the [623aEntry].
What is the best way to do this???

Thanks in advance!

-Rick
 
J

John Vinson

I want to update a field in the table [tblTBase].
The field is a memo field and I want to append the current record with the
info in the [623aEntry].
What is the best way to do this???


With an update query.

You're assuming that [623aEntry] is meaningful to those of us who
answer questions here. Remember, we cannot see your database, nor do
we know what its structure might be.

Just a concern: storing multiple records in a single Memo field is
almost certainly a Very Bad Idea. Could you explain in more detail
what you're trying to accomplish, and why?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top