J
jason
i am putting together a database for mobile phone issues. it is to track who
has what number currently and model of phone, when they were issued this and
when they return it so i can create reports based on current list, check
when the number changed hands in case of phone bill issues, etc
i have seperate tables for users, cost centres, tel numbers, models
i have 1 table that brings this together called issues and in this i have a
date issued and a date returned column, also a yes/no checkbox column for
current
i use a form for new issues and the default value for the yes/no current
checkbox is yes as a new issue will be current
what i want to happen is when i enter a date in date returned column id like
the yes/no checkbox to change to value No - this will allow me to query all
the current issues by using the yes/no value and report on those
but how do i do this?
has what number currently and model of phone, when they were issued this and
when they return it so i can create reports based on current list, check
when the number changed hands in case of phone bill issues, etc
i have seperate tables for users, cost centres, tel numbers, models
i have 1 table that brings this together called issues and in this i have a
date issued and a date returned column, also a yes/no checkbox column for
current
i use a form for new issues and the default value for the yes/no current
checkbox is yes as a new issue will be current
what i want to happen is when i enter a date in date returned column id like
the yes/no checkbox to change to value No - this will allow me to query all
the current issues by using the yes/no value and report on those
but how do i do this?