Luxist 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. 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.

  5. 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.

  6. Adding Code 128/39 Barcodes to Access Reports - Access Forums

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

    Step 2 - In your Reports, create a Text Box with the dimensions you want the barcode to fill. Step 3 - Set the Text Box's Visible Property to No. Step 4 - In the Report Detail's On Print Event, add Result = Barcode_128 (Me!MyTextBox, Me). You may need to Define the variable Result as a Boolean first.

  7. 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 ...

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

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

    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. I haven't done much on shortcut menus ...

  9. using JSONconverter.bas to import JSON file objects to Access...

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

    I expanded an object with 8 key:value pairs in the screen shot so you can see the table, and some objects have as few as 4 key/value pairs. The table I built in Access to hold the imported data has all 9 fields. The code I wrote (that guides the JSON file import using the JSONParse functions in the JSONconverter.bas) to try and pull my elements ...

  10. Rotate linked photos in forms - Access Forums

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

    There is a Rotate Image button. It doesn't alter the original photo at all - merely changes how it is displayed in Access. Photos are automatically adjusted so that portrait photos are automatically displayed correctly. As a result, landscape photos may not be but can be manually rotated 90 degrees using the button.

  11. fuzzy match in Access - Access Forums

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

    fuzzy match in Access. I want to create a query in access that will look up company name but will pick up similar names. I have tried using like clause but it did not work. Example. Utah Savings. Utah Savings Fund. Temp Smith Fund. Temp Smith Inc. Not an exact name match but of similar.