Can i use an Excel Userform in Acces?

Botje

New Member
Joined
Aug 23, 2011
Messages
48
Hey there,

Can i use an Excel Userform in Acces?

I made an userform in excel. That pops-up when you start-up excel. Then you need to fill in it and the date will be transfered to a 2nd Sheet.
But it is not possible for 2 people at the same time to fill in this form and save it without have errors.

So I want to export my file to Acces, then let people fill it in in access then access should proces the information that has been filled it.

And I should (right?) not have the multiple-user problem.

Thanks for your response in advance.
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.


Thanks for the short and clear response:)

Is it wise to use a word document as "userform".. then let people send the form to me so i can import it into access?

( I have tried with Excel but thats just way above my knowledge. )
 
Last edited:
Upvote 0
You *can* have a Userform that interacts with an Access database. The advantage is that users don't need Access installed on their PCs. Disadvantages include:
There is a reasonable amount of code involved
Excel is *not* designed to be a multiuser environment so you will probably still have issues

You'd be better off creating a database, building a form or forms for your users, and letting them use that for their data entry. If you want to use Excel forr analysis there are several ways that you can get the data from Access to Excel.

Denis
 
Upvote 0
Denis

Can you really import a useform into Access?

I've never seen that done.

Mind you I've never tried it either.
 
Upvote 0
Norie

I was talking more about using ADO to connect Excel to Access. You can have a Userform as the interface in Excel.

That being said, I did read an article on vba123.com about designing an Excel-style Userform in Access. Can't remember the context but there was a perceived advantage to doing it.

Given how easy it is to build a form in Access compared to a Userform in Excel my preference is always to go the Access route.

Denis
 
Upvote 0
hi Norie, hi Denis....
I really haven't tried this myself..and really don't see need for it but someone once told me that we can import Excel Userform into Access mdb as use it...:)
 
Upvote 0
Pedie

Where did you see that?

How was the form imported?
 
Upvote 0

Where did you see that?

How was the form imported?


I really havent tried this myself, I just heard from one of the developer @work.
But I have seen the form [exactly an excel form....].
The way to import?
Right click on any form in VBA editor >> import file >> select the excel form *.frm that was previously exported from excel...:)


I think i'll just try it out....
 
Upvote 0
Good luck - userforms are not the same as Access forms.
 
Upvote 0

Forum statistics

Threads
1,214,915
Messages
6,122,212
Members
449,074
Latest member
cancansova

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