Search results

  1. D

    OK | Cancel Msg Box?

    On a payments table I have, it drags what subscription type the user selected in the previous form.. Upon clicking the command button a message box pops up reminding the usser of what they're about to process. I would like to add a cancel button to this msg box so its like "You have chosen...
  2. D

    Save Record + Not Using The Wizard

    Thanks for your posts guys.. If its not Access producing the error, do you think you can help me out? I have the following validation code setup to make sure no null values are entered: Now, the code I was using to make the SAVE button (the access wizard generated SAVE button, remember ;))...
  3. D

    Save Record + Not Using The Wizard

    One thing I've noticed.. The wizard sucks! I created a Save record button... But later had to change the name of that cmd button because of a code I wanted to add to it. Now I have discovered that when you add code to a wizard created command button, it stops functioning.. Right?? (Or wrong...
  4. D

    Numerical Data Only + Textbox

    Thanks a bunch Pat! Finally it works :D!
  5. D

    Numerical Data Only + Textbox

    Hi, in my project I have a ew fields such as Telephone number and I want to add validation to them to allow only numerical data input. I'm currently using the following code but it doesn't work: Also, please tell me where in my code to put this. Thanks so much!
  6. D

    Todays Date (But Editable)

    Hey again, One last thing.. I have a field asking for subscription start date. I would like that text box to be pre-filled with today's date but ith the flexibity for it to be edited should someone wish to pre-book a subscription. Thanks, if you understood that :eek: .
  7. D

    Generated Code From CMD Wizard

    Thanks so much guys. Both were thourough indepth answers and my problem is now solved :). Thanks again!
  8. D

    Generated Code From CMD Wizard

    Hey, this is probably a really easy question for some of you but as you will soon be able to tell, I am a complete rookie when it comes to VB. Basically, I created a 'save record' button using the generator thing in Access. It generated the following on_click code: Now I want the following...
  9. D

    30 Day Expiration Query

    Sorry for the double post/bump But I’m just wondering if anyone more knowledgeable than I has the answer??
  10. D

    30 Day Expiration Query

    Okay :). Tables: tblMembers tblSubscriptions tblPlans tblPayments Forms: frmMembers frmSubscriptions frmPayments My relationships are as follows (my teacher said, conceptually, something is wrong with my relationships in relation to what I am trying to achieve through my database but I...
  11. D

    30 Day Expiration Query

    What do you mean by the structure? The relationships?
  12. D

    30 Day Expiration Query

    Hey guys, before the creation of my beautiful Gym registration database, I just need help with a coule things.. The low-down: To summarize.. I'm developing a Gym registration system for a school project (a big mark earning one). There are four tables and three forms. How it works: In my...
  13. D

    Expiration Date Field Update Thingy

    Yeah, I do :). ERMM.. Hey, it just worked. The original code posted solved my problem :D. It's rather wierd. At school we use Access 2000 and I'm pretty sure it didn't work there, but on my home PC (which I'm using now) it worked brilliantly. Or did I just do it wrongly at school?? :p...
  14. D

    Expiration Date Field Update Thingy

    Yeah, I do :). ERMM.. Hey, it just worked. The original code posted solved my problem :D. It's rather wierd. At school we use Access 2000 and I'm pretty sure it didn't work there, but on my home PC (which I'm using now) it worked brilliantly. Or did I just do it wrongly at school?? :p...
  15. D

    Expiration Date Field Update Thingy

    Store what? Sorry, I'm still learning... Could you explain what you mean KenHigg? Thanks for all your replies guys!
  16. D

    Expiration Date Field Update Thingy

    He included the right field name :(. It's Start_Date on mine too..
  17. D

    Expiration Date Field Update Thingy

    Good try but it doesn't work :(. #Name? Is what the caption is..
  18. D

    Expiration Date Field Update Thingy

    Hello everyone.. I'm new :). I'm working on a school database project and I am developing a Gym subscription/registration system. Basically, once a user enters his/her personal info, they are taken to a second form where they can enter the subscription plan type (there are three plans). Now...
Back
Top Bottom