wizz_darlo
Registered User.
- Local time
- Today, 03:29
- Joined
- Aug 1, 2005
- Messages
- 16
Hi guys,
I know that there are a few posts on topics similar to this but because of my serious limitation of having no skill with VB code I can't tailor the replies to suit my needs.
Here's my problem...
I have a form which is used to raise reports and then send them out. I have figured out how to code the buttons to do this part for just the record shown on the form.
Now what I need is someone to choose a "System Number" out of a combo box and this record's data be displayed on the form. This part is easy because the wizard can do this for me. However the problem arises because there is more than one record for each System Number...ie 3243 01, 3243 02. The '01' and '02' are stored in a field called Report Number. I would like the combo box to allow me to select the system 3243, report 02 but when I do it just shows report number 01 for the system.
How can I make sure that the combo box refreshes to show each different report of each system when I choose it on the combo box??
I'm sure that this is quite a simple task.
If I really wanted to complicate things I would ideally want the combo box to pop up a new form which I have made and show the details for the system selected and any new data entered on the popup form to be saved in the original tbl1!!
But I think I'd better stick to sorting the first bit out.
Any help would be very much appreciated. I hope to learn from people's answers and one day be able to help newbies like myself out!
I know that there are a few posts on topics similar to this but because of my serious limitation of having no skill with VB code I can't tailor the replies to suit my needs.
Here's my problem...
I have a form which is used to raise reports and then send them out. I have figured out how to code the buttons to do this part for just the record shown on the form.
Now what I need is someone to choose a "System Number" out of a combo box and this record's data be displayed on the form. This part is easy because the wizard can do this for me. However the problem arises because there is more than one record for each System Number...ie 3243 01, 3243 02. The '01' and '02' are stored in a field called Report Number. I would like the combo box to allow me to select the system 3243, report 02 but when I do it just shows report number 01 for the system.
How can I make sure that the combo box refreshes to show each different report of each system when I choose it on the combo box??
I'm sure that this is quite a simple task.
If I really wanted to complicate things I would ideally want the combo box to pop up a new form which I have made and show the details for the system selected and any new data entered on the popup form to be saved in the original tbl1!!
But I think I'd better stick to sorting the first bit out.
Any help would be very much appreciated. I hope to learn from people's answers and one day be able to help newbies like myself out!