Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding Fields

Status
Not open for further replies.

ITheadache

IS-IT--Management
Jun 13, 2006
45
US
I am trying to add fields into my Form. I added them into the table, and they now show up on the forms Field list, but in the code I am unable to use the me.addeditem to call the new variable. I don't have any queries going on, so I can't add them there, so I have no idea how to get them to properly show up on the form. Any ideas?
 
Figured it out, thanks for the help. Is there anyway to delete this thread after the question has been answered?

Bryan
 
TT keeps threads around so that others who may have the same problem can do searches to find solutions. For that reason, when you have found a solution to the problem you should post it so that others can learn from it.
 
My solution was that I just had to re-update the record source. I did this by going into design view, going to form properties, and reselecting the record source that I just made a change to.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top