Search results

  1. C

    what should we index?

    thank you very much your replies are very helpfull
  2. C

    what should we index?

    hi when creating indexes for databases what needs to be indexed? is there an article online that explains it??
  3. C

    creating views in access?

    but queries can also be made in sql oracle along with views. they are two different items in sql programs. is it possible to do the same with access?
  4. C

    creating views in access?

    hello :) how can i create a view in access? is it possible using any of the wizards or can i even use the sql coding feature?? is it possible to grant views to users???
  5. C

    changing the primary key error message

    thank you very much i couldnt open the file earlier but i just checked it and it works very well :D :)
  6. C

    changing the primary key error message

    hello is it possible to change the default primary key error message that appears when a duplication of the primary key is made in a form?? in other words how can i make those error messages more user friendly?? thank you :)
  7. C

    composite key

    thank you very much for your reply :)
  8. C

    composite key

    thank you for the reply :) really appriciate it 1, the composite key works well 2, the for the date i used a variatio of what u said: > =now() AND < (now() + 7 ) is that a valid way to do it? or is dateadd better?? 3, hmm u seem like u know ur stuff :)
  9. C

    composite key

    sorry i got one more question how could i get the day of a given date?? eg if the user enters a date it says "friday" is there a function in vba that could do this???
  10. C

    composite key

    hello how can i create compostie keys in access??? also how would validation rule for a text box which would allow a user to enter a date which between a certain range in relation to today's date. eg the date entered cannot be more than one week greater than the current date. i knew who i...
Back
Top Bottom