Search results

  1. K

    The ole server isn't regestered.

    Hello, I have a database that I have inherited. I am trying to delete an "unbound object frame" in a report and I am getting this error: "The OLE server isn't registered. To register the OLE server, reinstall it." I don't know how to fix this. Where can I go to reinstall the OLE...
  2. K

    Record Missing

    I have a weird situation and I was wondering if anyone has had an issue with this. I have a record missing from a table. Normal Users are not allowed to delete records from the Form view. There is a blank record where the record should be. The auto number counts from 37, 38, 40. Record 39...
  3. K

    Multiple email recipients

    Hello, I have an issue trying to figure out how to get the "To:" in outlook to populate with multiple users. I think I understand what I need to but I can't figure it out. I have three text boxes in a form with e-mail addresses. txtQAEmail , txtMSMEmail, and txtMaintEmail. These...
  4. K

    Auto Populating a txt box.

    Good morning, I have two txt boxes tied to a table in a form. txtSecMgrName and txtSecMgrDate. I would like to populate txtSecMgrDate with today's date when txtSecMgrName is filled in. I have tried inserting the following code into the "On Lost Focus". =IIf([txtSecMgrDate]=Not...
  5. K

    Combining multiple coloums into one.

    Hello all, I have an issue I can't quite get my head around. I have a table with four coloums that list Emplyees by Number. I need to pull thase number and combine them into one colomn through a querry (I think). I don't need to join the coloums in the same record. Example... Now...
  6. K

    Combining multiple fields into one colomn

    Hello, I have a table with employee numbers in four fields (Leader, Facilitator, ect...). How can I combine those numbers into one column trough a query? Thanks in advance. Keith
Back
Top Bottom