Ducat assignment

D

ducat assignment

I am trying to create database designed to produce inmate passes (ducats) for
various appointments on a daily bases. I have a form for data edit/input.
My problem is I use a combo box to select the inmate CDCnum, ImName,
ImHousing and display in text boxes. From the combo box I type or scroll to
the CDCnum. On click, the number, name and housing are displayed. CDCnum
in the combo box, ImName and ImHousing displayed in two text boxes below the
combo box. I then use a combo box and select the input fields “ducatToâ€,
“ducatReasonâ€, “ducatTimeâ€, and “ducatDateâ€. Upon completion of the
edit/input, the data selected from the first combo box will not retain the
correct information as displayed in the ImName and ImHousing text boxes, only
the CDCnum, ducatTo, ducatReason, ducatTime and ducatDate are correct visible
and can be queried. I use =CDCnum.Column (1) and CDCnum.Column (2) to
display in the text boxes. I do not need to add records just edit. Can
anyone help me with this?

Thanks in advance for any help
Ducat assignment


----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...ebe7d57cc77b&dg=microsoft.public.access.forms
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top