A
achyfakey
Version: 2004 Operating System: Mac OS X 10.5 (Leopard) Processor: Power PC I am trying to wrap my head around how I can use Excel as a simple database with some simple reporting.
I want to create a form to use for the data entry. I need to manage about 60 pieces of data for each entry, so the standard Data > Forms kind of form will not work as it tops out at 32.
I figured out how to create a form in the Visual Basic Editor, but I don't know how to link the text boxes I created on the form with the data on my worksheet. So, for example, if I am on my worksheet and I envoke the data entry form, I want it to populate the text fields with the actual data for the particular entry I am on. That means populating 60 boxes on my form with data, which I will hand code, I just don't know how. And then I want to be able to change data on this form, click a button to move to the next entry and have the changes saved.
Basically, I need it to do what FileMaker does, but I need to do it in Excel with macros and buttons.
Do I need to define a database or table in Excel over the range of data on my worksheet? Is that necessary to allow me to add more entries or delete entries via macros?
Am I conceptualizing this the right way? I need to keep it simplified.
I want to create a form to use for the data entry. I need to manage about 60 pieces of data for each entry, so the standard Data > Forms kind of form will not work as it tops out at 32.
I figured out how to create a form in the Visual Basic Editor, but I don't know how to link the text boxes I created on the form with the data on my worksheet. So, for example, if I am on my worksheet and I envoke the data entry form, I want it to populate the text fields with the actual data for the particular entry I am on. That means populating 60 boxes on my form with data, which I will hand code, I just don't know how. And then I want to be able to change data on this form, click a button to move to the next entry and have the changes saved.
Basically, I need it to do what FileMaker does, but I need to do it in Excel with macros and buttons.
Do I need to define a database or table in Excel over the range of data on my worksheet? Is that necessary to allow me to add more entries or delete entries via macros?
Am I conceptualizing this the right way? I need to keep it simplified.