User Profile

Collapse

Profile Sidebar

Collapse
gryffyn
gryffyn
Last Activity: Feb 2 '07, 11:26 PM
Joined: Jan 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • gryffyn
    started a topic Exporting Removes Phone # Mask

    Exporting Removes Phone # Mask

    I have an Access database which I export to a .csv file for searching with a script online. In both the table and the form, I have an input mask for phone number in the phone field. It views in both the table and the query (for sorting) as (xxx)xxx-xxxx

    But when I export to .csv - it is removing the mask and just displaying as xxxxxxxxxx.

    I did an .xls export to see if that worked - but it didn't

    How can...
    See more | Go to post

  • gryffyn
    replied to Combo Box Lists
    Thanks for the help.

    I managed to find the following at databasedev.co. uk - and so far it's working!:

    Code:
    Private Sub cboBookCategory_NotInList(NewData As String, Response As Integer)
    
        Dim strSQL As String
        Dim i As Integer
        Dim Msg As String
    
        'Exit this sub if the combo box is cleared
        If NewData = "" Then Exit Sub
    
        Msg
    ...
    See more | Go to post

    Leave a comment:


  • gryffyn
    replied to Combo Box Lists
    column widths for that is 1"
    See more | Go to post

    Leave a comment:


  • gryffyn
    replied to Combo Box Lists
    Yes - that's where I put it. The Row Source of the combo box (for the breed field) on the Clubs form....
    See more | Go to post

    Leave a comment:


  • gryffyn
    replied to Combo Box Lists
    I added that code to the Row Source property of the Clubs form (which is for the tbl_clubs)

    The Combo box is not not populated with anything (completely blank when I click on the arrow instead of a list corresponding to the breed field in tbl_breeds), and does not add new entries to the tbl_breeds

    :(
    See more | Go to post

    Leave a comment:


  • gryffyn
    replied to Combo Box Lists
    Thanks - where/exactly how do I enter the code??
    See more | Go to post

    Leave a comment:


  • gryffyn
    started a topic Combo Box Lists

    Combo Box Lists

    First off - I am not very technical when it comes to this (well, or any)program, so explain it as you would to a child <vbg>>

    Currently I have three tables with accompanying forms for 2 of them - they are tbl_breeds, tbl_clubs and tbl_rescues

    They have a field in common - "breed" (no quotes)

    I am using a combo box in the forms (for the club and rescue tables) for the "breed"...
    See more | Go to post
No activity results to display
Show More
Working...