Creating new forms in Access

HunterN

Active Member
Joined
Mar 19, 2002
Messages
479
Hi,

I have a whole system where I created Excel Forms and extensive VB modules in Excel. There is a lot functionality that Access has (like multiple users) that I now want to try to move the forms over to Access. Is there a way to import the forms that I created in Excel to Access? Or do I have to recreate the forms over in Access from scratch?

Thanks,
Nancy
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
You MIGHT be able to, but it is likely that you won't be able to. To test you can go to the VBA window in Excel, right click on your form object in the VBA Object Explorer and select EXPORT FILE. You can export to a .frm file. Then from Access VBA window, you can use IMPORT FILE and select your .frm file you saved. If it won't import it will generate a log file in the same directory as the file and you can try to see what it says and if it is helpful. I just tried importing a simple form which had a text box, a command button and one line of code and it failed with an error of:
Line 2: Property OleObjectBlob in UserForm1 could not be set. so I'm not too optimistic for you.
 
Upvote 0

Forum statistics

Threads
1,224,613
Messages
6,179,903
Members
452,948
Latest member
Dupuhini

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top