Yes, split into two tables with a one-to-many relationship.
The Customer information in tblCustomer with autonumber (CustID) as primary
key and unique index for the customer.
Use a form/subform with Master/Child links set on the tblCustomer.CustID.
--
Build a little, test a little.
"Ann" wrote:
> Hi John -
>
> Thanks for responding.
>
> Being a beginner, I did a stupid thing to save time, which I'm sure will
> ending up costing me much more time in the long run, but I put my billing
> information in the same table as my Customer information. I know that's a
> big no-no, but I was pressed for time.
>
> Is there still a way to do this, or should I start over and split the tables?
>
> Thanks.
>
> "John W. Vinson" wrote:
>
> > On Tue, 16 Mar 2010 07:51:01 -0700, Ann <(E-Mail Removed)> wrote:
> >
> > >Hello -
> > >
> > >I have a form that contains billing information such as Billing Reason,
> > >Billing Date, Amount Paid and Amount Due.
> > >
> > >What I would like to do is be able to click a button and have the fields
> > >that are already populated, "clear" out and allow for additional information
> > >to be entered, HOWEVER, I don't want to lose the information that was
> > >"cleared" out to allow for the new information as I will want to query for
> > >Billing Dates and the information associated with that date.
> > >
> > >I hope I explained this enough to make sense.
> > >
> > >If you have any ideas on how to make this happen, I would greatly appreciate
> > >it.
> > >
> > >Thanks in advance for your help!
> >
> > First off...
> >
> > Your form does NOT contain the billing information, any more than my office
> > window "contains" the Owyhee Mountain range. That information is stored in a
> > table, and only in a table; the form is just a window.
> >
> > What I think you want is to have the form simply move to a new, blank, empty
> > record in your billing table... but I'm not sure how your tables are
> > structured. What's the form's Recordsource? Where (in your tables) are these
> > fields stored? How are your tables related?
> > --
> >
> > John W. Vinson [MVP]
> > .
> >
|