Search results

  1. B

    Access 2010 Format Painter

    bump bump bump
  2. B

    Access 2010 Format Painter

    In Access 2003 if you used the Format Painter to copy the formatting from one form control to another, it also re-positioned any associated label, so it is in the same position relative to the main control. However in my Access 2010, format painter applies the formatting but does NOT move the...
  3. B

    Alternative to Winsock? How do I communicate with IP address/Port No within vba?

    Sorry opencandy. No solution as yet. At the moment persevering with Winsock and Windows XP
  4. B

    Hi Chris, Regards helping you develop this, can you tell me a little bit more? What is the...

    Hi Chris, Regards helping you develop this, can you tell me a little bit more? What is the time frame? Where are you based etc.? Is this the only problem with the project or part of a bigger picture? I am in the U.K. Contact details are: Jim Franklin me@jamesfranklin.co.uk +44 1252 325 225...
  5. B

    What am I missing in "this code will select the checkbox on the tab for the dupl rec"

    Re: What am I missing in "this code will select the checkbox on the tab for the dupl Hi Chris, It does look to me like you need to think a little about the architecture of your data. For example, you have a reasonably large dataset - 20,000 records at the moment, the majority of which are...
  6. B

    What am I missing in "this code will select the checkbox on the tab for the dupl rec"

    Re: What am I missing in "this code will select the checkbox on the tab for the dupl Chris, I don't have Acc2010 installed at the moment 'cos I am working on an Acc2003 db and don't like have multiple versions on the same Windows installation and my pc with Acc2010 on it recently went tits up...
  7. B

    What am I missing in "this code will select the checkbox on the tab for the dupl rec"

    Re: What am I missing in "this code will select the checkbox on the tab for the dupl Hi Chris, It might be helpful if you could post an image of your form, so we can see what is going on. At present, you have a control UserSelectedTabItems and a field in your recordset, also called...
  8. B

    Alternative to Winsock? How do I communicate with IP address/Port No within vba?

    Hi Nigel, Thanks for your reply. I am not concerned with identifying the IP address of the remote machine - it is merely a pc on the LAN, which I already know and store the IP address of. What I need to do is have a mechanism for sending xml text commands to a port at that IP address which the...
  9. B

    Alternative to Winsock? How do I communicate with IP address/Port No within vba?

    Fair enough Spikepl. Point taken. In future I will post with a crosspost notification. My apologies to anyone in this forum I have offended.
  10. B

    What am I missing in "this code will select the checkbox on the tab for the dupl rec"

    Re: What am I missing in "this code will select the checkbox on the tab for the dupl Hi Repent, I am not sure I understand exactly what you are trying to do, but it looks to me like when you are adding each record you are using me.UserSelectedTabItems to populate rs("UserSelectedTabItems")...
  11. B

    Alternative to Winsock? How do I communicate with IP address/Port No within vba?

    If you don't mind me being honest Nigel, I think you are being a touch pedantic. I take your point about if someone takes the time to work out a solution to a problem which has already been solved etc. but I have merely asked for suggestions for ways to approach a task. The more suggestions...
  12. B

    Alternative to Winsock? How do I communicate with IP address/Port No within vba?

    I'm sorry Nigel, are you implying I have done something wrong?
  13. B

    Alternative to Winsock? How do I communicate with IP address/Port No within vba?

    Hi, I have an application running on Access 2003 which has to communicate with a 3rd party piece of software running on another pc by sending and receiving xml text to a specific port number at the IP address of the other pc. At the moment I use the MS Winsock control which I am able to use as I...
  14. B

    Question Replace several Access controls with ActiveX control?

    Hi Pat, Thanks for your post. I would be creating the activeX in vb6 so that wouldn't be a problem. I just dont know if it is the wrong track to go down. Attached is a mock up screen print of my form in design view. Most of the controls are unbound and are populated through vba code...
  15. B

    Question Replace several Access controls with ActiveX control?

    Hi, I am writing an application in Access 2003 which involves a live ticketing system. There are 3 or 4 terminals which each have a main screen showing live up-to-date information on a number of active tickets. The screen is continually refreshed. Each ticket has several pieces of...
Back
Top Bottom