Search results

  1. S

    Posting Form Content to a URL?

    Hello. Does anyone know of a way to post the contents of an Access form to a URL? Not create a data access page... just post the contents to the browser window. I would like to be able to click a button on the form and have it launch the user's browser. I could create a variable on the form...
  2. S

    Problem with Moving Cursor in Form/Subform

    Hello. I have a form, in datasheet view, that contains many records. I first placed the following action on the load of the form Go To Record = New This put the cursor in a new record, which I wanted, but the new record is at the very bottom of the screen, which is not very pretty. So I...
  3. S

    Setting Table Format Property

    Hello. I have a Settings table that contains certain "settings". One of the settings is DateMask, which holds a value such as "mm/dd/yyyy". Users can use this setting to choose the format in which they display dates. Is there a way to set a table's Format property from a macro, like you can...
  4. S

    Problem Formatting Date in Report

    Okay, I'm about at my wit's end. I cannot, for the life of me, understand why this is not working properly. Here's the problem... I have a report that displays a header at the top of the page. This header takes the values (StartDate and EndDate) passed from a form, formats them as mmmm dd...
  5. S

    Email Form Contents via SendObject

    Hello. I have a form that gathers information and sends it via email using the SendObject action within a macro. If the user's email client (Outlook Express) is configured properly, everything works great. But, if the user has not yet created an account in the mail client, the macro fails and...
  6. S

    Problem Displaying MsgBox Elements

    Hello. I have created a macro that exports data to a text file. The first line displays a message warning the user that performing the action will overwrite the existing file. The action is set to StopMacro and the condition is set to: Not MsgBox("Backup Confirmation@Are you sure you wish...
  7. S

    Active Windows List on Custom Menu Bar

    Hello. I have a custom menu bar, in which I have created a window menu for Tile Horizontally/Vertically, etc. I would also like to include the list of active windows that you get with the default window menu. I do not want to use the built-in window menu because I do not want users to have...
  8. S

    Problem Displaying Records

    Hello. Does anyone know if there is a way to display records backwards in a form in datasheet view? I don't mean to sort them in descending order. I mean to actually display them backwards, with the new record on the top? If not, is there a way to automatically jump to the very bottom of the...
  9. S

    Cancel Table Update from Form

    Hello. I have a form that is bound to a table in my database. The form has several text fields and OK and Cancel buttons. What is the best method for allowing the user to click OK and have changes saved, but not saving changes if they close the window or click Cancel? I'm sure this is an...
  10. S

    HTML Template in SendObject

    Hello. I have a macro that calls the SendObject function, in order to generate and send an email. I am trying to create a custom HTML Template for use with this function. Does anyone know the syntax to use in the template file to reference objects from the selected table? I have searched...
  11. S

    Expression in Form Caption?

    Hello. Is it possible to display an expression in a form or field caption? I have a form that displays information based on an item (Account #) selected from a combo box. I would like for the form's caption to be set to the Account # that was selected... something like... ="Transactions...
Back
Top Bottom