|
-
Sep 30th, 2000, 04:17 PM
#1
Thread Starter
Junior Member
Hello all...
I have a combobox in Form1 and want to populate the
selected item in Form2... I tried coding it with an
array and it didn't work... can anyone tell me what
i did wrong??
Here's my code:
Form1 = frmComputerSales
Form2 = frmReceipt
Private Sub cmbHardDrive_Click()
strHardDrive = Array("", "10 GB", "20 GB", "30 GB", "40 GB")
frmReceipt.lblHardDrive.Caption = strHardDrive
(frmComputerSales.cmbHardDrive.ListIndex)
End Sub
Thanks,
Eena
Eena

Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|