Recent content by battenberg

  1. B

    Back End Won't Open

    try holding down 'left shift' when you click the icon to open it... this will bypass any startup scripts you may have put in there which may hide it.
  2. B

    Access with Citrix

    Thanks Paul, that makes perfect sense...
  3. B

    Access with Citrix

    would you be able to elaborate on this please???
  4. B

    Access with Citrix

    looks like we are heading down the Citrix Route. We have already addressed the network issue with a second ADSL and a load balancing router, all clients will be VPN to start off with and hopefully move over to WEB citrix later. Thanks for the comments...
  5. B

    Scanning a barcode into Access 2003

    I recently developed a bar code printing database, the hand held scanner i used could be configured to apply a carriage Return at the end of each read. You could build an event onto that.
  6. B

    Access with Citrix

    Wow! some formidable opinions there... I just tried the first Access DB on citrix and got a 'netmeeting' login when it starts... what's that all about??? start of things to come maybe?
  7. B

    Addition within a query

    Thanks Bob, I was going about it in the wrong way!!!!
  8. B

    Addition within a query

    Thanks Bob, but maybe I'm going about it all wrong..? I have a tblEntertainment which collects data about entertainment expenses our company spends on others, be it a golf day or an evening meal etc... it is linked to my tblCustomers by customerID and populated by activating a seperate form...
  9. B

    Addition within a query

    I have a query which returns selected rows from my table, one of the columns in the table is price. I want to total the price into a text box on the form and run the query in the 'on current' event of the form so it recalculates depending on the record can anyone give me a pointer please? thanks
  10. B

    Access with Citrix

    Hi I am in the middle of developing a DB which will be multi user. My boss wants to install a Citrix server over the next few weeks. He has now asked me if we can pilot this database with the citrix server. Can anyone advise what (if any) pit falls I may be in for as we head down this route...
  11. B

    Bar Code Labels (128b standard)

    Written in Access 2003. This database was written to produce lables with 128b barcodes on, but could be modified for any other standard. It is optimised for an A4 sheet of labels with 8 per page. It has the ability to skip used portions of the label sheet. It also counts how many lables are...
  12. B

    Creating multiple/duplicate records for output

    MicroE, just wanted to say a great big thanks for pointing me in the right direction... It's taken 'till now to get it to work, but that link was exactly what I needed!!! thanks again Batt.
  13. B

    Creating multiple/duplicate records for output

    Hi I am writing mini database which will produce labels for boxes. I want to be able to produce a sheet of labels based on the 'number of labels' to print field. I can output one label or many on the page/s depending on how I structure the query and how many records are in the query. My...
  14. B

    Help with bracketing

    Once again RG you amaze me with genius!, an obvious solution, but only when your mind can think in this way... thanks a million...
  15. B

    Help with bracketing

    Hi I am using the following code on a DBL click event to move to a new form and open an appropriate record, the problem i am facing is when the company name has an apostraphe in it ie: [two o'clock] the code falls over. i think this can be solved with bracketing.... can anyone help me with the...
Top Bottom