Entering multiple records in one form

  • Thread starter Thread starter Newtonboy
  • Start date Start date
N

Newtonboy

I have my data in the following format:

Date ! Unit ! Account Code ! Product Code ! Description ! Debit !
Credit !

I enter data using a form.

As of now, for each entry i have to type in the date & unit every time.
Can't i have a system where for the same date and unit i update say 5
records and excel updates the Account code, product code etc. keeping
teh date and unit same ?

Pls Help.
 
That is just a design issue.

Have some boxes for the static data, put that in a frame say, then create
another frame with 5 instances of the variable data. You will then just
create the database from that input.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Populate empty cells to use for conversion 1
How to sum between two dates 3
suming multiple rates 7
Excel =SUM(A1=A1+B1) 0
Not sure how to do this... 9
Excel Subtracting multiple columns from another column 3
Access Running Balance in Access 1
Printing 1

Back
Top