Search results

  1. G

    makeform stretch to 100 %

    I've built a db menu system for our catering dept so they can add the menu and it will display on tvs around campus. How ever the tvs are diffarent sizes and so the form dont look right. Is there a way to make a single form stretch to 100% of the screen size a bit like a web page?
  2. G

    how to restrict a table to 10 records

    I want to build a demo db and make it so the user cant add more than 10 records. perhaps a popup when trying to save the 11th any ideas?
  3. G

    Question stop user renaming a accdr to accdb

    I have a database that is saved as an accdr so it can be compiled for distribution as an exe I have just found the accdr the exe installed and renamed to accrb and was then able to open it and view all the tables, forms etc. Is there a way to stop this? Obviously I cant stop someone...
  4. G

    edit list item missing in accdr

    I have just finished a 6 month long build of an access 2010 app. I have used the publish wizard to make it publishable. This has made the accdb to an accdr file. No my edit list form don't work when you right click. This seems to be an issue with accdr files. Is there a way to have a...
  5. G

    link to posts i have open

    Alot of forums have the option to see all threads that i started. I keep forgeting which section i put what. It would just make it quicker to go and see replies.
  6. G

    get data from the web

    I'm building a database that stores data about people toy car collections. How easy is it to have an online database that the clients can add a model number that they own and it queries it and populates their fields with data about that car. Bit like mymovies.dk local db but looks up...
  7. G

    a run once form

    is it possible to create a form that runs only once when db first run for name etc. And then once saved cannot be changed by end user. The last bit I can do its just the making it run once as a popup. Dan
  8. G

    x84 db to x64

    I have built a database on access 2010 x84. I thought most software that is x84 will run on x64. Yet when run on access 2010 x64 it errors and moans about architecture. Is there a way to make my db compatible with both without writing all over again for x64.
  9. G

    run macro if a fileds font colour is green

    I have conditional formatting on a field. green and red Is it possible to click a button and it looks at the fields font colour and if its green it runs a macro. I not sure if I asking to much of access. Hopefully an expert here might guide me. Thanks Dan
  10. G

    preventing piracy of a db

    If you are to sell a db. What have people done to stop one person copying it to their mates. I have a way in which they send me their name,lastname and email. I then have a separate db that genertates a code based on a maths calculation. The users db does same calc. Then a comparison is...
  11. G

    Msgbox styles

    I have a del query that I want to run from a button. When clicked I want a msgbox asking "are you sure you want to delete?" then have yes and no options. if yes is pressed it run my query. if no it closes form. I know I need to mess with styles but cant get them to work. I'm sing...
Back
Top Bottom