How to Auto fill field from another Table in Access 2007 Depend on previous filled -


i have 3 tables [types] > have 1 field called type .

[vehicles] > have 2 filed vehicleno , type(lookup types table .

[diesel] > have many field mean vehcileno , type choose vehicles table.

when enter new row in diesel choose vehicleno write type again .

is there way make auto fill

for example

in [vehicles] table have

vehicleno = 58254

type = flat traler

when enter row in diesel

i choose example vehicleno 58254 , need type field fill automatically word flat traler enter other field

is possible in access 2007?

you want triggers in database. here information that: http://en.wikipedia.org/wiki/database_trigger

access not have triggers. there workaround using forms. bind tables form , put vba-code in afterupdate-event of textboxes vehicleno.

does or need more information implementation?


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -