Forms and VBA

James Pye

James
Local time
Today, 04:13
Joined
Jan 17, 2010
Messages
10
Hi,

I have been developing databases for a while - and I have collected a selection of common problems/solutions that I come across. I want to build a simple data entry/search database to store this in, but was wondering if there is a way to store actual VBA code in a table field and then display it in a form textbox or something.

Any ideas?


Many Thanks

James
 
Any data manipulation, including searching, can be problematic when using memo fields. I'd store the code, as John suggested, in a memo field, but would have a second field, with a description or possibly 'tags,' to be used to search on.

Linq ;0)>
 

Users who are viewing this thread

Back
Top Bottom