SQL behind a button???

  • Thread starter Thread starter Rick's News
  • Start date Start date
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
 
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?
 
Back
Top