Recent content by SMT21

  1. S

    Tabbed Form?

    I don't... think I am explaining this very well. I have a main form, then several tabbed forms that have various fields for data entry. This is a contact database, main form has general information, I want the data in the tabbed form to be specific to the current record. I enter data in this...
  2. S

    Tabbed Form?

    How? Bob, where in the form properties would I find this?
  3. S

    Tabbed Form?

    Any ideas? Anybody have any idea?
  4. S

    Tabbed Form?

    I created a tabbed form, but when I enter data in any field on form it the same data appears for every record. How do I get this data to be specific to a record? Thanks!
  5. S

    Table...No Duplicates

    Why would the Idexed change from "Yes (No Duplicates)" to "No" while data is being entered in a form?
  6. S

    Cannot enter data into form.

    Ok... This is good information, but what which cause would happen suddenly while entering data?
  7. S

    Cannot enter data into form.

    Ok.... Here is my recordsource: SELECT orders.*, [Lastname] & ", " & [FirstName] AS Contact, Customers.[Organization/Name], Customers.[Address 1], Customers.City, Customers.State, Customers.Zip, Customers.[Phone #], Customers.County, department.Department, Customers.MailAddress...
  8. S

    Cannot enter data into form.

    Ok... Bob, my allows are all set to yes, so what would cause ther recordsource to became not updateable? Access has record limit for tables? There are only about 15,000 records in that table.
  9. S

    Cannot enter data into form.

    I have a form that suddenly stopped operating properly. I cannot type in the fields and although the drop down boxes show items, I cannot make a selection....please help. Any suggestions would be appreciated!
Back
Top Bottom