R
Randy
I have a table
Cat (defines the data, A=actuals, O=budget, C=current view
etc.
Year (self expanitory)
LOB (line of business)
acct
period
value
I have a form, linked to this table. However my users
want to enter data as follows:
Cat
Year
LOB
acct
jan
feb
mar
etc through Dec
So I would need to covert the one line they enter into 12
lines into my table, with cat, year, LOB, acct all being
the same, and the period being unique, with the respective
value being assigned
I looked at the Northwide application and could not see
anything that helps me.
Anyone with any suggestions.My VBA is just starting and
right now is limited to just creating VBA code associated
with buttons On Click Command. i.e open form in data
entry mode, open a report in preview mode etc.
Cat (defines the data, A=actuals, O=budget, C=current view
etc.
Year (self expanitory)
LOB (line of business)
acct
period
value
I have a form, linked to this table. However my users
want to enter data as follows:
Cat
Year
LOB
acct
jan
feb
mar
etc through Dec
So I would need to covert the one line they enter into 12
lines into my table, with cat, year, LOB, acct all being
the same, and the period being unique, with the respective
value being assigned
I looked at the Northwide application and could not see
anything that helps me.
Anyone with any suggestions.My VBA is just starting and
right now is limited to just creating VBA code associated
with buttons On Click Command. i.e open form in data
entry mode, open a report in preview mode etc.