(v. '97)
I have read previous posts, microsoft support database, help, other examples(northwind, Orders) and I still cannot get this thing to work so I am bring it to you good people for some help, here goes:
I have a form that has 2 catagories of information:
1 - customer info,
2 - transaction details
What I want to have is a combo box that, when an mc# =(unique value), is entered the box either, (a) finds the numbers and autopopulates the other field of customer info, or (b) asks the user if they want to enter a new customer, and allow them to do so on the same form, requery the list, and autopopulate.
I have tried to copy code from help info but I always makes my subform with transactions mess up?
Is it something I'm doing wrong or is it the subform? any one have an idea?
On a totaly different subject:
I am using the DMax func. to trans the transaction totals. The problem is that, if, in order to make it so the txtbox cannot be altered by the user, you have to disable and lock the box, how can you manually enter the first value?
Is there a way, possibly code, to get the first value to be 1, then run the DMax func. after that?
Any help would be appreciated,
cheers
Kevin
I have read previous posts, microsoft support database, help, other examples(northwind, Orders) and I still cannot get this thing to work so I am bring it to you good people for some help, here goes:
I have a form that has 2 catagories of information:
1 - customer info,
2 - transaction details
What I want to have is a combo box that, when an mc# =(unique value), is entered the box either, (a) finds the numbers and autopopulates the other field of customer info, or (b) asks the user if they want to enter a new customer, and allow them to do so on the same form, requery the list, and autopopulate.
I have tried to copy code from help info but I always makes my subform with transactions mess up?
Is it something I'm doing wrong or is it the subform? any one have an idea?
On a totaly different subject:
I am using the DMax func. to trans the transaction totals. The problem is that, if, in order to make it so the txtbox cannot be altered by the user, you have to disable and lock the box, how can you manually enter the first value?
Is there a way, possibly code, to get the first value to be 1, then run the DMax func. after that?
Any help would be appreciated,
cheers
Kevin