Carrying over record in a for causing other problems?

M

Mike

Hi,

I has a posting few weeks ago asking for how to carry
over the last record entered into a table using a data
entering form. I got answers and i was able to have the
last record carry over which made data entrt much more
easier but doing so has caused other problems such that,
the Delete command button don't worked any more and a
list box on the form won't go to specific record when
browsing.

Is this Normal given the fact that recors carried over
isn't real but why should it caused the Del function not
to work? and why the list box won't go to soecific record
on the form?

I don't have any explanation for this and appreciate your
input and/or solutions to these problems.

also, I have deleted the Del command button and the list
box and recreated again but same problem faced.

Regards,

Mike
 
K

Ken Snell

Mike -

Setting the default value property so that the next new record would start
with the last-entered values would not be a likely cause of what you're now
describing.

You'll need to post details about the code that is running when you "delete"
(record?) and what you mean by the list box not going to a specific record.
 
M

Mike

Ken,

I have made the list box to show me a record or go to
specific recprd based on one of the values in the list
box namely ReceiptNumber ( I have Amont and EmployeeName
in the list box as well). I have also made the form to be
in the data entery mode (Data Entry = Yes). I also have a
Delete Command button which has been created using the
wizard but it doesn't delete any record.

I will post the code that generate the Recipite Number
and the details of tables relationship. Can I email it to
you please?

Rregards,

Mike
 

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

Top