Search results

  1. M

    Form record entry question

    I have searched the threads but can't find what I'm looking for... I have a form to enter records...I would like the form to open in Add mode, but also allow record editing capability at the same time...Is this possible? Thanks
  2. M

    Calculated value reference from report question

    Great!...I'll give it a try... Thanks for your help!
  3. M

    Calculated value reference from report question

    I have a calculated expression performed in a text box on a form... How to retrieve/reference that text box value from a text box on a report? I have found similar threads on related questions...but I am very confused... Thanks for any help!
  4. M

    Importing Forms with VBA password

    I am trying to import an updated form from a VB protected db... the File>Get External Data menu gives me a dialog box that says I need a password...there is no input box/prompt for me to enter the password...How to do?...Can you open two (2) db's at same time?? Thanks in advance!
  5. M

    Calendar features available?

    Thanks Mile-O-Phile... ...the VBA takes me longer to digest...let me see what I can do with it... Thanks again!
  6. M

    Calendar features available?

    Thank you... I did not know that feature was available...I'll see what I can do with it...
  7. M

    Calendar features available?

    I am developing a lead/appointment/sales tracking app for a home improvement company... I have seen in other types of scheduling software a means of entering appointments via a pop-up type calendar feature where a time and date can be selected and entered into a form... Is there some type of...
  8. M

    Report design question

    Thank you much Rob.Mills...I'll give it a try
  9. M

    Report design question

    I have a query that is the record source for a report... Is it possible for a textbox on the report to reference a field that is not part of the record source? If so, how exactly do I create the reference? Thanks for any help!
  10. M

    Form question

    Mile-O-Phile and Chewy thank you so much... I could not find any info in the Access help files (but did not know how to go about what to search for either)... I am very slowly picking up on the VBA language. Any suggestions on where to find info like this for future... Thanks again.
  11. M

    Form question

    I have a main switchboard that has buttons to open other switchboards...When I click a button on one of the other boards, how do I make the "other" switchboard go away (i.e., not visible)? Thanks for any help!
  12. M

    Time-limiting feature (trial period)

    Not working...I'm sure its me... I get a compile error of "User-defined type not defined." and the "db As Database" part of the code is highlighted by the debugger. Here is the actual code used: Function TimeTrial() Dim db As Database, rs As Recordset Set db = CurrentDb Set rs =...
  13. M

    can you disable start-up feature override??

    Is there any way to disable the start-up feature override of holding down the shift key (access 2002). Thanks for any help.
  14. M

    Time-limiting feature (trial period)

    How to create time-limiting feature (trial period) I am a programming novice in the process of developing a simple "job-tracking" application (in Access 2002) for a home-remodeling contractor. I would like the simplest way to to implement a time-limiting feature (e.g., a trial period)...How to...
Back
Top Bottom