Hi,
My project is in MS Access 2002.
In that I have two forms which I am using for Shipping Entry.
Now First Form(ShippingAl erts) Is fillup by persons working in customer services.and the Second Form(ShippingEn try) is fillup by workers operating Hi-Low machines to put Boxes in Trucks.
Now In First Form(ShippingAl erts)I have some fields like
AutoNo,BillToAd dress,ShipToAdd ress. and some other like
CustomerCode,It emNo,PONo,LONo, PalletNo etc.all fields in this line are dependent fields.
AutoNo is automatically generated.and allocated to one ShippingAlert Form at a time.
Now in that Form when person select Customer from CustomerCode(Co mboBox) then it will generate list for another ComboBox(ItemNo ).Now when person select Item form ItemNo(ComboBox ) then it will generate list for PONo(multiple select ListBox).same thing happen when select PONo(multiple select ListBox) then generate list for LONo(multiple select ListBox).and when select LONo(multiple select LIstBox) then generate list for PalletNo(multip le select ListBox).Now person have to choose which PalletNo he has to ship from that list.when he select mutiple PalletNo from list then it will automatically enter in new TextBox(FinalPa lletNo).in that value is like this
24914;24913;249 12;24905;23105; ;23205.
Here I used ";" to seperate PalletNos.and sometimes there is no PalletNo then it will be like ";;" as I shown in upper line.
Now In Second Form(ShippingEn try) person working on machine has to select AutoNo of First Form(ShippingAl erts).So it will automatically fill some fields from that form.like
BillToAddress,S hipToAddress And value TextBox(FianlPa lletNo) allocated to Another TextBox(PalletN o) on this form.
Now person working on machine scan the barcode of PalletNo and automatically it will enter data regarding that PalletNo in form.At the same time I want to higlight the same PalletNo in that TextBox(PalletN o).So person will know which PalletNo are remainng and which already done.I can do this thing if single value in TextBox(PalletN o).But there is value like this
24914;24913;249 12;24905;23105; ;23205
So I don't Know hos to seperate it
Anyone have solution to this problem then plz give me.
Thanks.
My project is in MS Access 2002.
In that I have two forms which I am using for Shipping Entry.
Now First Form(ShippingAl erts) Is fillup by persons working in customer services.and the Second Form(ShippingEn try) is fillup by workers operating Hi-Low machines to put Boxes in Trucks.
Now In First Form(ShippingAl erts)I have some fields like
AutoNo,BillToAd dress,ShipToAdd ress. and some other like
CustomerCode,It emNo,PONo,LONo, PalletNo etc.all fields in this line are dependent fields.
AutoNo is automatically generated.and allocated to one ShippingAlert Form at a time.
Now in that Form when person select Customer from CustomerCode(Co mboBox) then it will generate list for another ComboBox(ItemNo ).Now when person select Item form ItemNo(ComboBox ) then it will generate list for PONo(multiple select ListBox).same thing happen when select PONo(multiple select ListBox) then generate list for LONo(multiple select ListBox).and when select LONo(multiple select LIstBox) then generate list for PalletNo(multip le select ListBox).Now person have to choose which PalletNo he has to ship from that list.when he select mutiple PalletNo from list then it will automatically enter in new TextBox(FinalPa lletNo).in that value is like this
24914;24913;249 12;24905;23105; ;23205.
Here I used ";" to seperate PalletNos.and sometimes there is no PalletNo then it will be like ";;" as I shown in upper line.
Now In Second Form(ShippingEn try) person working on machine has to select AutoNo of First Form(ShippingAl erts).So it will automatically fill some fields from that form.like
BillToAddress,S hipToAddress And value TextBox(FianlPa lletNo) allocated to Another TextBox(PalletN o) on this form.
Now person working on machine scan the barcode of PalletNo and automatically it will enter data regarding that PalletNo in form.At the same time I want to higlight the same PalletNo in that TextBox(PalletN o).So person will know which PalletNo are remainng and which already done.I can do this thing if single value in TextBox(PalletN o).But there is value like this
24914;24913;249 12;24905;23105; ;23205
So I don't Know hos to seperate it
Anyone have solution to this problem then plz give me.
Thanks.
Comment