Temporary list form --> Source a normal Table

AlkroAlkro Member Posts: 115
I need create a List Form with Item table as Source, but i need the data in form will be temporary, because the user has to make changes and then modify in table in a process copying temporary values.

I have test this object http://www.mibuso.com/howtoinfo.asp?FileID=16 but not working in my form, because a modify in my form and modify in my table.

For example, a list form to Item Table. User can push in Blocked field in the form, and record in form has to change, but not in table, because user have to check a lot of items, and then pressing a button, has to modify table records and "clean" checks in my form.

I had tried TEmporarySource in form, a subform in a blank form... nothing ](*,)

Any idea?

BR

Comments

  • jglathejglathe Member Posts: 639
    Hi,

    have you tried to set the SourceTableTemporary property on the form? You need to fill in your data on OnOpenForm, but otherwise it should do what you want.

    with best regards

    Jens
Sign In or Register to comment.