Jump to content

Recommended Posts

Posted

I haven't built one of these since i was in secondary school! But I've cobbled together a really basic one.

 

2 Questions:

 

1) You know how Excel guesses what you are typing once you've used it once? I want something like that in one of my inputs on the form.

 

So i've currently got a box that says "item type" into which i type "monitor", "printer", "Chair" etc. I don't want to create a table with it all in as i'm not sure what will be stored (its not just IT).

 

2) Can i disable text boxes until a check box has been ticked?

 

Thanks!

Posted

I'm assuming access is using pretty standard MS windows type forms (cause I don't know access in any detail!)

 

1. Perhaps use a dropdown list. Then you just need to type the first letter to find the item.

2. You should be able to. In the event for exit from the tickbox, you want to code something like if this.checked then .enable=true else .enable=false.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...