J
JIM
I have a job form where major jobs are added and closed on our system. The
form is based on tblJobs. Management wants the ability to add several
releases of the same Job Number. The Job Number and Release number are the
primary key. For example, a job number might be 020115 (02-February, 01-1st
job in Feb, 15-not sure); and release number is to be assigned
sequencially(i.e. 00, 01, 02, etc.) Both key fields are text so leading 0's
show. I got the bright idea I would make the JobNo control a combo box and
assign its table/query source to tbljob. the same table that is the form's
source. Now Access won't let me do this and I was wondering how to get
around this. My goal is to call up the original Job and use DMax and
programmatically update the release number so to have a unique primary key
and also to fill all the controls on the form with the original job info. Is
there a way to do this?
form is based on tblJobs. Management wants the ability to add several
releases of the same Job Number. The Job Number and Release number are the
primary key. For example, a job number might be 020115 (02-February, 01-1st
job in Feb, 15-not sure); and release number is to be assigned
sequencially(i.e. 00, 01, 02, etc.) Both key fields are text so leading 0's
show. I got the bright idea I would make the JobNo control a combo box and
assign its table/query source to tbljob. the same table that is the form's
source. Now Access won't let me do this and I was wondering how to get
around this. My goal is to call up the original Job and use DMax and
programmatically update the release number so to have a unique primary key
and also to fill all the controls on the form with the original job info. Is
there a way to do this?