Thanks in advance,
I have a doubt about the selection of the forum (is it a correct one?)
I have a simple program written in Excel for Customer details, there Sale value and Daily call reports (DCR) for our sales team. This is basically Three workbooks in a same folder.
Workbook1 (Entry.xls) holds all 14 UserForms (4 main form for adding data to the database, 2 supporting form for adding data to the drop down list, 3 form to show different massages, 2 for login and user name entry, 1 for Replacing Marketing Executives name,1 for help and the last one is the form which i am using as the homepage of the program )
Workbook2 ( Master.xls) contain 4 worksheets, works like a database
(sheet1 for Total Customer name and details like name address commission % and more all together 22 columns.
Sheet2 is for same list with less detail 6 columns, and another 24 columns for month wise number of order and value.
Sheet3 is to put data on day wise sale 8 columns.
Sheet4 is for Daily call report with 8 columns, a date wise entry of which Executive meeting whom )
Workbook3 (Report.xls) contain 5 worksheets. This WorkBook fetch data from Master.xls (without opening it) and shows the data (basically a copy pest based on combobox selectin) and here we do some auto filter to get the report the way we want.
This program is running flawlessly
But it has got some sort comings
a) This cannot be a Multi-user program
b) This cannot be browser based.
c) cannot be a web based application.
and so on....
Because of This I want to move to Mysql as Database and have downloaded XAMPP for that.
Now I have few question
1) Is it possible to Use the Entry.xls as frontend for MySql DB? (because the UserForm which I have created is designer one and involved lots of coding with a 2 years learning process, i'm a marketing Person not a heard core programmer.)
if the answer is yes then
i) Can I make it a browser based and a web application latter on?
ii) is it possible to make it a Multi-User program?
If the answer is no then
what would be the best frontend that can be used as a web application (Which has got a easy learning curve, as I am a beginner any suggestion is accepted because I have to start from scratch for any option, one best thing, time is not a constrain for me) ?
can any one put some light on it and suggest me some good tutorial to start with
Thanks again
This is a cross posted thread
link to the original Post
Bookmarks