Dear All Please help,
I am very new to VBA. In fact, I've been a ordinary access user for years. Now just have a brainstom to learn about Module VBA. Just got a chance to create a simple Fixed Assets Database for a Project, already caught up in trouble.
Here it is:
In a data entry form: I created two tab control which links to the Assets table, this table has a field called CIATinAsiaCode defined as text type for a pramary key, then this field links to another tables as a relationships.
Here is what l'd like to modify:
1. When an addnew button is clicked, to insert new recordID into table the Assets table with consequential number.
2. Imagine that after filling up all data required into the second tab page. At the same time on inserting new record to Assets table, I'd like to move a cursor back to any particular field in the first tab.
I am quite convincing that this would be piece of cake for you but I can not ever dream of, would reverencially appreciate for your help.
I am very new to VBA. In fact, I've been a ordinary access user for years. Now just have a brainstom to learn about Module VBA. Just got a chance to create a simple Fixed Assets Database for a Project, already caught up in trouble.
Here it is:
In a data entry form: I created two tab control which links to the Assets table, this table has a field called CIATinAsiaCode defined as text type for a pramary key, then this field links to another tables as a relationships.
Here is what l'd like to modify:
1. When an addnew button is clicked, to insert new recordID into table the Assets table with consequential number.
2. Imagine that after filling up all data required into the second tab page. At the same time on inserting new record to Assets table, I'd like to move a cursor back to any particular field in the first tab.
I am quite convincing that this would be piece of cake for you but I can not ever dream of, would reverencially appreciate for your help.