Search results

  1. Megan

    problem displaying a subreport with subreports in a main report

    Thanks for the reply. The problem in my case appears to be that the controls I'm referencing are in the report footer section of the subreports, though I'm not sure how to do the calculations otherwise (the calculations have different record sources). I'm pretty new at this. I'm glad you...
  2. Megan

    problem displaying a subreport with subreports in a main report

    I have been having the same problem (0 shows as #error in print preview). Neither using Nz in the controls nor following the instructions in the link (nice and clear, thanks, Bob) worked for me. Funkbuget, have you found a solution? Or does anyone know of one? Thanks for any help!
  3. Megan

    Total in Forms

    Re: Access-2007 Calculation on form, Not getting saved in Table Thanks, I've wondered about that. When do you think it is best (or just on par) to use data macros instead of calculating in forms, queries, etc., if ever?
  4. Megan

    Total in Forms

    Re: Access-2007 Calculation on form, Not getting saved in Table *Disclaimer: Listen to my fledgling ideas at your own peril and amusement. Sometimes I get it right - maybe you'll get lucky. Data macros could accomplish this, though I think they're only available in Access 2010.
  5. Megan

    SubForm calculations don't run after cloneing Form

    *Disclaimer: Listen to my fledgling ideas at your own peril and amusement. Sometimes I get it right - maybe you'll get lucky. I didn't understand a good deal of your post (probably due to my noobility), but perhaps data macros to calculate totals in the tables themselves would be helpful in...
  6. Megan

    Data macros video

    I was so happy to have found this video that I thought others would like to learn from it as well. It demonstrates how to create data macros to calculate the "order total" for each order in an orders table (based on the correlating records in an order line items table). It also inherently...
  7. Megan

    Duplicating records from a form with multi tiered subforms

    *Disclaimer: Listen to my fledgling ideas at your own peril and amusement. Sometimes I get it right, maybe you'll get lucky. Append queries?
  8. Megan

    Web database - subform within subform

    Time to let my noobishness shine. :) My fundamental question is can a subform be placed within a subform in a web database that will be used with Access 2010, SharePoint 2010, Access Services? For example, my goal for one of the forms is to have: Main form = Customer information Subform =...
  9. Megan

    Hello from an addicted fledgling!

    Thank you for the welcome. I agree that programming (and networking) seems to become more and more accessible. No pun intended, right? ;) This seems especially the case when we consider how much easier it is to publish a database to the web. Indeed, it is extremely satisfying to create...
  10. Megan

    Microsoft Access Video Tutorials

    Some of the videos are too basic for me, though I just checked out the autoexec macro video and I hadn't known that a macro like that could be done, very good to know! I'm also learning a thing or two about creating instructional videos from watching yours. I don't feel knowledgeable enough at...
  11. Megan

    Microsoft Access Video Tutorials

    I appreciate the videos and the new organization of the page makes it faster to find what I'm looking for. The forms section might benefit from sub-sections...though maybe not, I tend to organize to the breaking point, lol. Thanks again!
  12. Megan

    Tab out of a sub form

    I'd been searching for a way to do this when the subform contains many records and this ended up working for me. I created a macro (here it is converted by Access to code): '------------------------------------------------------------ ' mcrTabOutOfSubQLI '...
  13. Megan

    Hello from an addicted fledgling!

    Thanks! Profound can be overrated, hehe. :) I'm finding it is a sink or swim type of situation which can be stressful at times (usually when a solution seems elusive), but boy am I learning a lot. It seems to be one of those dynamics that holds opposites (I am both questioning my abilities...
  14. Megan

    Hello from an addicted fledgling!

    Thank you. So far I've found some great tips. It comes in handy with this first "real" database I'm creating. Sometimes it is hard to know where to start, but things seem to fill out eventually even if changes have to be made to some foundational issues and their cascading effects. I've been...
  15. Megan

    Concatenate text with field

    Sweet, more tools to explore! I really appreciate all the tips. I want to begin with good habits as much as is practical.
  16. Megan

    Concatenate text with field

    Thank you both for the perspectives. It seems that a "best of both worlds" approach would be to put the data type or something similar at the beginning and the control type at the end. For example: DateDeliveryCbo DateOrderTxt CalcLeadTimeTxt From what I'm gleaning from this discussion, this...
  17. Megan

    Concatenate text with field

    Thank you for the link to the commonly used naming conventions, vbaInet. I'm glad this thread came up in my search for just that. Now for the process of renaming and updating macros and code in this database. Hopefully it won't be too spaghetti-like a process; if anyone knows of a good method...
  18. Megan

    Combo Box - Use Down Arrow for More Choices

    Thank you! It worked for me in Access 2010 perfectly.
  19. Megan

    Append query to current record only

    This worked for me too, thank you! Funny how it is so easy to overlook the simple things. :)
  20. Megan

    New Quick Tutorial - Exclude Data using a table

    Nice, clear tutorials you have there. I subscribed and I'm looking forward to learning more. Thank you!
Top Bottom