BASIC testing

Trying to create a form in my database in which one field is updated from input in another. I want both to be captured in the date table.

Can I test the Basic macro I write - e.g. in VBA with Access database I can see an Immediate window and test my functions

Thanks for any guidance

LO Base has similar functionality to MS Access with regard to macro debugging capabilities e.g. you can keep a watch on the changing state of variables, set breakpoints, track subroutine/function and line by line code execution etc. It does NOT however enable you to execute code independently IN the immediate window.

If you want more detailed info. you should read this
link.