Hi again. I'm creating a form to introduce data. I'm not having trouble to add and edit control when the form recordsource is merely a select query on a single table, but as soon as I changed the record source to a query involving an inner join between two tables... it becomes almost impossible to edit. Even trying to move a control can take 5 - 10 seconds since the moment I click it until the moment it becomes ready to move. I have checked the Task Manager and I haven't seen a surge in the memory or CPU Access uses.
I thought the reason was the joined table being linked from a server so I created a local copy in my computer but performance didn't improve a single bit. Is it something common with Access? I guess I can work around it by attaching code to independent controls so they make the changes to the other table without including it on the recordsource but seems unecessary.