Search:

Type: Posts; User: Darsha; Keyword(s):

Page 1 of 12 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,972

    I have a document which, on first glance, appears...

    I have a document which, on first glance, appears to contain a number of fields; however, closer inspection reveals the 'fields' are just text surrounded by double angle quotes.

    Many of the...
  2. Replies
    9
    Views
    1,170

    No idea what's going on then. Like I said, if I...

    No idea what's going on then. Like I said, if I copy/paste this data into a new workbook, the new file opens quickly as expected.

    Just sent it to two colleagues. On one, it opened straight away....
  3. Replies
    9
    Views
    1,170

    Here you go. This is unchanged from what I...

    Here you go. This is unchanged from what I received.
  4. Sorted, thank you. Now I just need to re-write...

    Sorted, thank you.

    Now I just need to re-write some code. I was writing a string (an access database path) to a custom document property. This doesn't seem to work with the add-in.

    I guess I...
  5. Replies
    9
    Views
    1,170

    There don't appear to be any Links. I haven't...

    There don't appear to be any Links.

    I haven't got a clue what querytables are (help returned nothing on that phrase) but I suspect there aren't any.

    The user assures me they just typed and...
  6. I've read some of the article. The bit on adding...

    I've read some of the article. The bit on adding an item to a menu seems to imply I need to write code (copying the example) to both add and remove a menu item. It doesn't explain from where (or...
  7. Replies
    9
    Views
    1,170

    Doesn't appear so. Biggest is 59kb. This file...

    Doesn't appear so. Biggest is 59kb.

    This file took about 10 seconds to open
  8. Thank you, still a bit stuck though. Right,...

    Thank you, still a bit stuck though.

    Right, the original xls workbook has an extra code module containing a single sub (to show my form).

    I've saved the workbook as an add-in, opened a blank...
  9. Replies
    9
    Views
    1,170

    I've been given some filled in spreadsheets which...

    I've been given some filled in spreadsheets which are acting wierd.

    For me even, moving between worksheets is slow. Working in the VBA editor is slow and the code I wrote seems to run in slow...
  10. Ok, I'm not very familar with Excel and am a bit...

    Ok, I'm not very familar with Excel and am a bit confused with where things needs to go.

    In my test spreadsheet I have a simple sub in the 'This Workbook' object.

    Sub showPlantForm()

    ...
  11. Replies
    2
    Views
    1,158

    I am trying to loop through the rows in a...

    I am trying to loop through the rows in a selected range.

    This works fine if the range is continuous. However, if the range is discontinous e.g.Sheet1!$A$8,Sheet1!$A$10:$A$12 which it will more...
  12. I get what you mean about the table. I really...

    I get what you mean about the table. I really only need to make a new table with 3 fields - the original ID (to join back to the other info), the new ID (with i, ii etc.) and the single requirement....
  13. First I'll have to look for commas. In the...

    First I'll have to look for commas. In the example above this would give "THIS" and "THAT and THE OTHER"

    Then in the last (in this case second) substring, look for "* and *" to give "THAT" and...
  14. I have table containing information about plots...

    I have table containing information about plots of land, each having an alphanumeric ID e.g. 2a.

    One of the columns decribes the reason the plot is required for the project. This may be a single...
  15. Replies
    2
    Views
    306

    If you mean that your questionnaire has more than...

    If you mean that your questionnaire has more than 100 questions, you might consider a design where each reply is a separate record in a subtable instead of a field in the main table. The subtable...
  16. Replies
    2
    Views
    306

    Some colleagues at work want to start using...

    Some colleagues at work want to start using pocket pc's to collect data. I'm aware there is no 'pocket Access.'

    I've been reading about a product called HanDBase which might do the trick but it...
  17. Sorted, thankyou

    Sorted, thankyou
  18. I have records with a duplicate value. I need...

    I have records with a duplicate value.

    I need to append these to another table.

    I have a totals query grouping by the duplicated values field.

    Rather than use First, Min etc I need to...
  19. Replies
    3
    Views
    553

    Re: Find asterisk (2000/XP)

    Thankyou.

    I'd managed to find in Excel you use a ~ but couldn't find what to do in Access. Quite surprised I've never needed to do this before.
  20. Replies
    3
    Views
    553

    Find asterisk (2000/XP)

    I have some text (in multiple fields) that contains a leading asterisk( *).
    I'm trying to write a function I can use in an update query.

    How do I check for the asterisk rather than vba assuming...
  21. Replies
    5
    Views
    336

    Re: 2003 versus 2000 (2003/XP/2000)

    It just says 'Access 2003 database' on the spec sheet.

    I'm guessing that if I handed over a 2000 format db created in XP that no-one would even notice.
  22. Replies
    5
    Views
    336

    2003 versus 2000 (2003/XP/2000)

    I'm currently using Access XP but every database I create (or work on) is in 2000 format. So far I've had no reason to think about changing this. Most people in our company have XP.

    I'm just...
  23. Replies
    6
    Views
    374

    Re: It's turning my numbers into dates (XP)

    Might just let them have it (with invisible apostrophes) and see what happens.

    The trouble is, the overall range that the cells occur in have perfectly valid periods.

    I guess I could copy over...
  24. Replies
    6
    Views
    374

    Re: It's turning my numbers into dates (XP)

    Mike

    I'm sure I tried that but could see the apostrophe.

    (Edit - just tried again and I can't see it - so far so good)

    But, the data will be used in a rather mail merge - would the...
  25. Replies
    6
    Views
    374

    It's turning my numbers into dates (XP)

    I have some labels in the style 1/1, 1/1a, 1/1b, 1/2 etc.

    The data is imported in from Access. I have to add a period/full stop to the labels which don't contain a letter (e.g. 1/1.) otherwise...
Results 1 to 25 of 299
Page 1 of 12 1 2 3 4