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 Wanet Telecoms Ltd 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: *

  • Users: mizsydney
  • Content: Threads
  • Order by date
  1. mizsydney

    compare 3 dates?

    I am trying to compare three dates on an Access form. the later of the 3 dates is the result I need to appear in this field. I understand how to compare 2 dates, but I can't get the correct syntax to compare 3. this is what I have in the control source for this field: =nz(IIf(([org_date]...
  2. mizsydney

    how to loop thru rows?

    sorry so dumb - I got so excited when Skip helped me fix the last macro, that I thought I could expand on it on my own. HAHA! big mistake. the intent is to collect 2 cells from Excel, send to extra, enter and wait for an update screen, then paste another cell and enter. this should be able...
  3. mizsydney

    borrowed code not working

    this code worked for me until I tried to modify it for a different use. now I get and "object value set to nothing" error, even though I didn't set any object in my old code. this is horribly written, I copied it from other functioning macros and since I don't fully understand the dim, set...
  4. mizsydney

    get data from excel, send to extra?!

    I most humbly apologize in advance for my lack of knowledge, I'm sure my questions are painfully obvious to you guys! I am trying to set up a macro that will scrape a cell value from excel, send to extra & <enter> to bring up a record, send more data from cells once the Extra screen comes up...
  5. mizsydney

    STUCK! attachmate macro, excel to extra

    I most humbly apologize in advance for my lack of knowledge, I'm sure my questions are painfully obvious to you guys! I am trying to set up a macro that will scrape a cell value from excel, send to extra & <enter>, send more cells once the Extra screen comes up, <enter> and keep going row by...
  6. mizsydney

    dlookup not always working?

    I apologize for this question in advance if it is painfully simple, but I have been clomping around trying to teach myself Access as I set up this DB. I have two tables, one is a list of book numbers and appraiser assignments, the other is the table where the data is stored. (info from the...
  7. mizsydney

    formula works on form but not on report or query?

    could someone please explain why this formula works perfectly on my form, but not on queries or reports? =IIf(DateValue([rep_date])>DateValue([org_date]),DateValue([rep_date]),DateValue([org_date])) thank you in advance for ANY assistance you can offer!
  8. mizsydney

    stuck on nested iifs

    it seems like this should be simple enough, but I can't seem to get my brain around it. I need to compare and calculate several fields in order to create flags that warn the user that certain parameters have been exceeded. I have worked with nested IIFs before, but this has me stumped. if the...
  9. mizsydney

    data entry form looks up info from another table?

    struggling to learn Access 2003! brain hurts. apologies in advance for total noob question. I have a form to enter data into a table called P60. I have another table called Appraiserlist. when I enter a number into my form, I would like Access to refer to the first 3 digits of that number...
  10. mizsydney

    naming sessions?

    please be kind, I am really stuck. I'm not a complete idiot and had no problems coding in the "old" version of Extra basic, but I haven't been able to figure out the new version and haven't been permitted much time to work with it. here's what I'm trying to do - our users will have 2 (or more)...
  11. mizsydney

    extra print error, print macro question?

    I was trying to use the print macro suggested here (thread99-575428), but the screen print adds line feeds at the top of the page that aren't there when you print from the toolbar or File>Print Screen. we need the print screen to line up on a preprinted form, so this code won't work for this...

Part and Inventory Search

Back
Top