C
ChadMT74
Hi all, I know this should be a pretty simple question but I can not
get the answer via forms and the 3 books I have.
I have a table to track my internal invoices so I have the following
fields:
Vendor
Invoice#
Invoice Amt
Invoice Date
Date Paid
I have a form that allows me to input the Vendor, Invoice#, Invoice
Amt, & Invoice Date. Two weeks later when I get confirmation of the
invoice being paid I tried to set up another form that does the
following
1 - Select the invoice#
2 - Get Vendor, Invoice Amt, Invoice Date (for information for the
user)
3 - Be able to enter the Date Paid
I really do not want to use the CTRL+F to find the record #, I want
the Vendor, Invoice#, Invoice Amt, and Invoice Date to be 'locked' so
that they can not be input and only the Date Paid can be input.
I set up a form that has the invoice number as an unbound combo box
and all the other fields as combo boxes with a control source of
Combo1. So when I select the correct invoice # I get all the info I
need to ensure this is the correct invoice. The problem is I can not
input the date paid. I tried to move the LIMITTOLIST property to No
and I get an error message "Access can not set the Limittolist
property to No right now. The first visible column, which is
determined by the ColumnWidths property, isn't equal to the bound
column. Adjust the ColmnWidths property first, an then set the
LimittoList property." I have tried adjusting the Column Widths but
it has not helped.
Can anyone tell me what I am doing wrong or suggest a way to go about
this?
Thanks in advance.
get the answer via forms and the 3 books I have.
I have a table to track my internal invoices so I have the following
fields:
Vendor
Invoice#
Invoice Amt
Invoice Date
Date Paid
I have a form that allows me to input the Vendor, Invoice#, Invoice
Amt, & Invoice Date. Two weeks later when I get confirmation of the
invoice being paid I tried to set up another form that does the
following
1 - Select the invoice#
2 - Get Vendor, Invoice Amt, Invoice Date (for information for the
user)
3 - Be able to enter the Date Paid
I really do not want to use the CTRL+F to find the record #, I want
the Vendor, Invoice#, Invoice Amt, and Invoice Date to be 'locked' so
that they can not be input and only the Date Paid can be input.
I set up a form that has the invoice number as an unbound combo box
and all the other fields as combo boxes with a control source of
Combo1. So when I select the correct invoice # I get all the info I
need to ensure this is the correct invoice. The problem is I can not
input the date paid. I tried to move the LIMITTOLIST property to No
and I get an error message "Access can not set the Limittolist
property to No right now. The first visible column, which is
determined by the ColumnWidths property, isn't equal to the bound
column. Adjust the ColmnWidths property first, an then set the
LimittoList property." I have tried adjusting the Column Widths but
it has not helped.
Can anyone tell me what I am doing wrong or suggest a way to go about
this?
Thanks in advance.