I have an example for a form that I want to create , i'ts a order products
form's
I want to create a button that every time I
clicked on it, it wiill add/create a lines of controls in the form like I
showed in the example I brought up
I have an example for a form that I want to create , i'ts a order products
form's
I want to create a button that every time I
clicked on it, it wiill add/create a lines of controls in the form like I
showed in the example I brought up
Last edited by eldarbs; 09-08-2012 at 05:22 AM.
Can't look at the sample right now, but normally you would use a subform for order details, and the new record would appear automatically.
Yes I know about that option, but I want it to look more beautiful and better organized than in table view..
and in that way you can also add as many items tou need for the order an if i will
put let's say ten rows it will limmit it for ten items...
The question is' there is a code that allows to add the controls to a new line on the form and select the items from the order each time you want to add new item ?
I would use continuous view rather than datasheet, which I don't like the look of either. I suppose you could hide the line for new records, but it sounds like you want something unbound. That would be possible, but a fair amount of work.
i got your advice and i used the continuous view and i'm o.k. whith that.
thanks..
Happy to help.