When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Microsoft Access Forums

    www.accessforums.net

    Discussion forum for Microsoft Access users. AccessForums.net is a forum dedicated to Microsoft Access, if you want to ask any Access related questions or help other members out, please join our community, the registration is free and takes only one minute.

  3. Forum: Access - Access Forums

    www.accessforums.net/forumdisplay.php?f=5

    General Access questions. AccessForums.net is a forum dedicated to Microsoft Access, if you want to ask any Access related questions or help other members out, please join our community, the registration is free and takes only one minute.

  4. How to use Row_Number() Over Partition By ... in Access

    www.accessforums.net/showthread.php?t=74682

    Public Function Row_Number(varChangeField As Variant) As Long. If varChangeField = ReferenceGroupID Then 'the group by field is the same as previous, increment the row counter. lngRowNumber = lngRowNumber + 1. Else. ReferenceGroupID = varChangeField 'the group by field has changed, reset the counter to 1. lngRowNumber = 1.

  5. Modern UI Examples For Access - Access Forums

    www.accessforums.net/showthread.php?t=80068

    AccessForums.net is a forum dedicated to Microsoft Access, if you want to ask any Access related questions or help other members out, please join our community, the registration is free and takes only one minute.

  6. BOM database - Bill of Material - Access Forums

    www.accessforums.net/showthread.php?t=80124

    BOM database - Bill of Material. This must be a normal use of a database (individual part used in assy's - seems like the classic one to many relationship situation), but I'm not finding any samples/examples. I am looking to have a table that self-references - a part can be a component of another part (assy), which in turn can be a component of ...

  7. Custom Shortcut Menu: List of msoControlButton Values ... -...

    www.accessforums.net/showthread.php?t=83609

    Also Question on "Remove Filter/Sort". Using MS Access 2016. I'm trying to find a list of msoControlButton values to use VBA to create one or more custom shortcut menus. To make it clearer, I'm talking about the lines used in the code, below, for example ".Controls.Add msoControlButton, 141, , , True". The number 141 sets up the Find command.

  8. Query -- Extract string between two characters ("," and "~") I need some assistance with an **IN BETWEEN TWO CHARACTERS** query. Now, I figured out how to extract both the last name and rank title. However, I have NOT successfully extracted the variable length first name. I only provided these two examples (Tom, Ann); unfortunately, based on my ...

  9. Multi-line textbox - Access Forums

    www.accessforums.net/showthread.php?t=65852

    Multi-line textbox. I'm trying to find the multiline property for a text box and I don't see it. I need the textbox on my form to be multiline, word wrap and have scroll bars as needed. I could swear the text box in access supported this, but perhaps I'm thinking VB. I'm using Access 2016. Any help you can provide is appreciated.

  10. How to send a whatsapp message from MS Access - Access Forums

    www.accessforums.net/showthread.php?t=82547

    How to send a whatsapp message from MS Access AccessForums.net is a forum dedicated to Microsoft Access, if you want to ask any Access related questions or help other members out, please join our community , the registration is free and takes only one minute.

  11. Attachment Images displaying Sideways - Access Forums

    www.accessforums.net/showthread.php?t=56676

    Attachment Images displaying Sideways. Hello! When I am in the table for my form, I can click on the attachments for each record and they will display right side up. But when I go into the form, they are always displayed rotated to the left ninety degrees. I have manipulated the photos in the record to be rotated other ways, but the form images ...