Hello, I have 2 tables "Database" and "TCalendario" frmDatabase and frmCalendario "TCalendario" is the copy of "Database" created by appending query. In "Database" i've got "Note Mediche" In "TCalendario" i've got "Description" that is the copy of "Note Mediche"
I want modify [frmCalendario]![Description] and save it (only the selected records) to the other table [frmDatabase]![NoteMediche]
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.