Lensmeister
Registered User.
- Local time
- Today, 20:02
- Joined
- Feb 18, 2009
- Messages
- 65
Hi,
I have searched through here and I think I am missing something.
I am using Access 2003 and I have a table called tbl_22
Or my form frm_M_Calc I have the following
cb
rigin is linked to the table to the Location as id the cbo_Dest.
I would like to be able to choose i.e. East Croydon and Gatwich in Origin and destination respectivly and have the miles appear in the textboxes. How can I do this?
Then in the textbox diff it to the calculation 26.68 - 10.50 and give the answer.
Any help would be apprciated
Many thanks.
I have searched through here and I think I am missing something.
I am using Access 2003 and I have a table called tbl_22
Code:
Fields are:
ID | Location | Miles | etc.
i.e.
1 | London | 0.00 | etc.
2 | East Croydon | 10.50 | etc.
3 | Gatwick | 26.68 | etc.
Or my form frm_M_Calc I have the following
Code:
combobox called cbo_Origin.
combobox Called cbo_Dest.
Textbox called txt_OMile
Textbox called txt_DMile
Textbox called txt_Diff.
cb

I would like to be able to choose i.e. East Croydon and Gatwich in Origin and destination respectivly and have the miles appear in the textboxes. How can I do this?
Then in the textbox diff it to the calculation 26.68 - 10.50 and give the answer.
Any help would be apprciated

Many thanks.