Moving records between tables in MS Access

  • Thread starter Thread starter adjacent
  • Start date Start date
AI Thread Summary
In Microsoft Access, it is possible to automate the transfer of records between two tables based on a specific field value. To move records with the status "Done_s" from table A to table B whenever a change occurs, Visual Basic for Applications (VBA) can be utilized. This involves writing a VBA script that triggers on data changes, checking the status field, and executing an INSERT operation to transfer the relevant records. For beginners, resources such as functionx.com provide valuable tutorials on using VBA in Access, making it easier to learn and implement these functionalities.
adjacent
Gold Member
Messages
1,552
Reaction score
62
I have two tables(a and b) in one access document. And in each table, I have a field[called status](look up field) having the options "Done" and "Done_s".
What I want to do is move the records having the [status] "Done_s" to b. This should be done whenever the change occurs. Is this possible?

I never used access before and google also does not provide an answer to this.
 
Computer science news on Phys.org
I came across a video regarding the use of AI/ML to work through complex datasets to determine complicated protein structures. It is a promising and beneficial use of AI/ML. AlphaFold - The Most Useful Thing AI Has Ever Done https://www.ebi.ac.uk/training/online/courses/alphafold/an-introductory-guide-to-its-strengths-and-limitations/what-is-alphafold/ https://en.wikipedia.org/wiki/AlphaFold https://deepmind.google/about/ Edit/update: The AlphaFold article in Nature John Jumper...
Thread 'Urgent: Physically repair - or bypass - power button on Asus laptop'
Asus Vivobook S14 flip. The power button is wrecked. Unable to turn it on AT ALL. We can get into how and why it got wrecked later, but suffice to say a kitchen knife was involved: These buttons do want to NOT come off, not like other lappies, where they can snap in and out. And they sure don't go back on. So, in the absence of a longer-term solution that might involve a replacement, is there any way I can activate the power button, like with a paperclip or wire or something? It looks...
Back
Top