Recent content by Michael's Knight

  1. Michael's Knight

    Horizontal Limit and Adding fields

    I was trying to keep it all on one report. I'm logging draft #'s to documents, and some of them are reaching the limit of how many drafts were provisioned for, so I'm trying to avoid adding another report for a few extra draft #'s when only a few of the recordsets need it.
  2. Michael's Knight

    Form not saving changes

    That is all correct. But even if i don't add a text box, but just adjust the location of a field already in the myform, it will not allow me to save it that way. Its like theres a restriction on altering myform's properties.
  3. Michael's Knight

    Form not saving changes

    I'm trying to add text boxes to add data onto a form, but even if i just move a previous text box, it won't allow me to save changes to the form.
  4. Michael's Knight

    Form not saving changes

    I have access 2013 windows7 , I'm making additions to a database someone else made, and there is a form i need to add some fields to, but it won't let me save any changes. every time i try to save it doesn't do anything and when i try to close it it asks me if i want to save changes (yes) but it...
  5. Michael's Knight

    Horizontal Limit and Adding fields

    I have access 2013 windows 7, I'm trying to expand the record keeping on a database someone else designed. I've added the fields i need to the Recordsource(s) (the table, query, and working on the form as well) I can't make the report any larger it seems (its currently at 22") and i need to add...
  6. Michael's Knight

    Expr1003 appears instead of field name

    Genius! That was it! I'll take this as a lesson to be thoroughly meticulous in the future... Thank you so much for your time!
  7. Michael's Knight

    Expr1003 appears instead of field name

    Like this... still Expr1001
  8. Michael's Knight

    Expr1003 appears instead of field name

    here is the sql
  9. Michael's Knight

    Expr1003 appears instead of field name

    i moved it, and now it says Expr1001, should i try remaking the field in the Table, and then try all this again in the query?
  10. Michael's Knight

    Expr1003 appears instead of field name

    how do i do that? i am unfamiliar with the clause.
  11. Michael's Knight

    Expr1003 appears instead of field name

    same happens after i've removed both and tried just from the layout view. there are no relationships directly to that field, i don't know what else could be confusing it.
  12. Michael's Knight

    Expr1003 appears instead of field name

    When i initially changed it in SQL, i had the Expr... problem, so then i tried from the layout view, and got another Expr..., having now removed one it still gives me the Expr...
  13. Michael's Knight

    Expr1003 appears instead of field name

    BookDetailsTable.Edition doesn't appear as "Edition" in the datasheet view. i added the highlighted sql, and the reason there are 2 "BookDetailsTable.Edition" is from trying to add one throught the layout view afterwards.
  14. Michael's Knight

    Expr1003 appears instead of field name

    SELECT BookDetailsTable.BookTitle, BookDetailsTable.AuthorID, BookDetailsTable.FormatID, BookDetailsTable.Edition, BookDetailsTable.Edition, BookDetailsTable.DateOfEditionRelease, BookDetailsTable.Impression, BookDetailsTable.DateOfImpression, BookDetailsTable.PrinterCompanyID...
  15. Michael's Knight

    Expr1003 appears instead of field name

    I have windows 7 access 2013, i had a query made, and wanted to add fields to it, so i went into the SQL and added several fields. Only the first one i entered didn't work and on the query is called "Expr1003" when in datasheet view. Its right in layout view, and even when i tried adding the...
Back
Top Bottom