Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. iowabuckmaster

    How to make Default Value the Previous Records field value

    I am trying to write an expression in a default value for a field to make it equal the Previous Records field value. Can this be done and how, because I'm not getting it. Thanks for any help. A day in November is worth 5 in October
  2. iowabuckmaster

    Nested IIF in Query

    This works. Bingo: IIf([LicenseType]="7","Yes", IIf([LicenseType]="8","Yes","No")) This does NOT, returns #error for the field value. Days Rec to Issue or Reject: IIf([issue_date] Is Not Null,[Date Info Rec]-[issue_date], IIf([reject_date] Is Not Null,[Date Info Rec]-[reject_date],"No Dates...
  3. iowabuckmaster

    Get RPT header from recordset in loop

    Setup From Form1 user picks YRQTR from drop down and picks another YRQTR from drop down (for comparison) and picks Region from Drop Down and then user used to pick a salesdistrict Then would go to another form for the type of report to run. With 40 sales districts it took a long time to run...
  4. iowabuckmaster

    Can't merge access field, which is OLE containing bitmap into Word doc

    I have a problem when I am mail merging an Access table to a word document. The problem is that one of the fields I am merging is an OLE object. (it contains a bitmap image) When merging the fields (customer name, address, etc) no problems but when merging the OLE field all that shows up is...
  5. iowabuckmaster

    Set Query so records can't be updated.

    I am thinking maybe this can't be done. I have a single table query that when it is run, I want the data to be non-updatable. I have searched and can't find where you can do this. I saw where people had queries not be able to update when they wanted to be able to update. I have went through...
  6. iowabuckmaster

    Can you query just the date from the =now()

    If the record gets changed I populate a field with the =now() function using the BeforeUpdate. User wants both date and time. The field only displays the date but the time is included. Works fine. Now they also want a nightly report that shows all records changed or created for the day. Here...
  7. iowabuckmaster

    AfterUpdate: Date and User changed fields updated but then stuck.

    I have forgot something. I have a single table form. When record gets changed my AfterUpdate event works fine to the extent it places the values in the fields, but then I can't move off that record for nothing. I have to Edit Undo Current record. Here is my AfterUpdate Event. Private Sub...
  8. iowabuckmaster

    Want to go to first field in record when New Record button is clicked.

    Form is based on a table. After adding or editing a record in the form. If I press the New Record button, Access takes me to a New record BUT the curser is in whatever field I happened to be in on the previous record, when I clicked on the New Record button. I want it to go to the first field...
  9. iowabuckmaster

    what is the best way to include other docs in a form.

    I have a pretty plain invoice tracking database. The user wants the ability to be able to attach a document (word, excel, pdf or even text files to a invoice record on a form. Database is on a shared drive, a folder for the documents can be on the same shared drive. I want user to be able to...
  10. iowabuckmaster

    State FY Qtrs converted to Fed FY Qtrs got to be a better way.

    Fed Qtrs run 1 qtr later then State Qtrs. In a table. I have a field [Reporting Period] from data entry that contains the State Qtrs. In a query, I have a field for Fed Qtrs that I want filled automatically from the State Qtrs value. I have a rather large expression that works but is there a...
  11. iowabuckmaster

    22 inch max form length, but can you get more form length if.....

    you use tab control and go to different pages. I have about 45" of form space I need, Multiple questions with mutliple radial button anwsers that are captured into text fields. Can't seem to find this info w/o actually doing it. Or what is the best way to get 45 inches of form space to get...
  12. iowabuckmaster

    Form with 2 SubForms based on same table, Some how saves 3 records.

    I inherited this database. So... Anyone had this problem or may have a solution for me it would be greatly appreciated. The Form and subform have a bunch of combos and radial buttons that are based on field names from an Inspections table. When I click the save button or go to the next record...
  13. iowabuckmaster

    Want landscape not portrait by default in rpt wizard

    I can't seem to find a setting for this? Is there one? Can any one help me? please

Part and Inventory Search

Back
Top